#include <results.h>
Inheritance diagram for YResults:
Public Member Functions | |
YResults (const YResultArgs &args) | |
const YResultArgs & | GetResultArgs () const |
YTimingResults & | GetTimingResults () |
YStatisticResults & | GetStatisticResults () |
virtual int | SetConfig (YInputParser &parser) |
virtual int | GetConfig (YOutputParser &parser) |
YObject * | GetParent () const |
void | SetParent (YObject *p) |
Private Attributes | |
YResultArgs | resultargs |
YTimingResults | timings |
YStatisticResults | statistics |
YObject * | parent |
Ptr to parent of results. This can be an YEnvironment or a YProject. This depends on type. |
|
|
|
Reimplemented from YObject. |
|
|
|
|
|
|
|
|
|
Reimplemented from YObject. |
|
|
|
Ptr to parent of results. This can be an YEnvironment or a YProject. This depends on type.
|
|
|
|
|
|
|