|
VR-Engage
2.2
|
#include <attribute.h>
Public Member Functions | |
| Stats () | |
Public Attributes | |
| std::chrono::time_point< std::chrono::high_resolution_clock > | myCreateTime |
| unsigned int | myLookups |
| unsigned int | myCreates |
| unsigned int | mySets |
| unsigned int | myChanges |
| unsigned int | myGets |
| unsigned int | myGetsUndefined |
|
inline |
| std::chrono::time_point<std::chrono::high_resolution_clock> makVre::DtAttribute::Stats::myCreateTime |
Time when the attribute was created.
| unsigned int makVre::DtAttribute::Stats::myLookups |
Number of attribute lookups.
Referenced by Stats().
| unsigned int makVre::DtAttribute::Stats::myCreates |
Number of attribute creations.
Referenced by Stats().
| unsigned int makVre::DtAttribute::Stats::mySets |
Number of attribute value sets.
Referenced by Stats().
| unsigned int makVre::DtAttribute::Stats::myChanges |
Number of attribute value changes.
Referenced by Stats().
| unsigned int makVre::DtAttribute::Stats::myGets |
Number of attribute value gets.
Referenced by Stats().
| unsigned int makVre::DtAttribute::Stats::myGetsUndefined |
Number of attribute value gets when undefined.
Referenced by Stats().