The TimingInformation Class. More...
#include <OSResult.h>
Public Member Functions | |
TimingInformation () | |
Default constructor. | |
~TimingInformation () | |
Class destructor. | |
bool | IsEqual (TimingInformation *that) |
A function to check for the equality of two objects. | |
bool | setRandom (double density, bool conformant) |
A function to make a random instance of this class. | |
TimingInformation () | |
Default constructor. | |
~TimingInformation () | |
Class destructor. | |
Public Attributes | |
int | numberOfTimes |
The number of elements in the time array. | |
TimeMeasurement ** | time |
An array of time measurements. | |
Time ** | time |
An array of time measurements. |
The TimingInformation Class.
Definition at line 604 of file OSResult.h.
TimingInformation::TimingInformation | ( | ) |
Default constructor.
Definition at line 275 of file OSResult.cpp.
TimingInformation::~TimingInformation | ( | ) |
Class destructor.
Definition at line 285 of file OSResult.cpp.
TimingInformation::TimingInformation | ( | ) |
Default constructor.
TimingInformation::~TimingInformation | ( | ) |
Class destructor.
bool TimingInformation::IsEqual | ( | TimingInformation * | that | ) |
A function to check for the equality of two objects.
Definition at line 7102 of file OSResult.cpp.
bool TimingInformation::setRandom | ( | double | density, | |
bool | conformant | |||
) |
A function to make a random instance of this class.
density,: | corresponds to the probability that a particular child element is created | |
conformant,: | if true enforces side constraints not enforceable in the schema (e.g., agreement of "numberOfXXX" attributes and <XXX> children) |
Definition at line 9132 of file OSResult.cpp.
The number of elements in the time array.
Definition at line 612 of file OSResult.h.
An array of time measurements.
Definition at line 618 of file OSResult.h.
An array of time measurements.
Definition at line 285 of file OSResult.h.