VR-Engage  2.2
Loading...
Searching...
No Matches
makVre::DtAttribute::Stats Struct Reference

#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
 

Constructor & Destructor Documentation

◆ Stats()

makVre::DtAttribute::Stats::Stats ( )
inline

Constructor initializing all counters to zero.

References myChanges, myCreates, myGets, myGetsUndefined, myLookups, and mySets.

Member Data Documentation

◆ myCreateTime

std::chrono::time_point<std::chrono::high_resolution_clock> makVre::DtAttribute::Stats::myCreateTime

Time when the attribute was created.

◆ myLookups

unsigned int makVre::DtAttribute::Stats::myLookups

Number of attribute lookups.

Referenced by Stats().

◆ myCreates

unsigned int makVre::DtAttribute::Stats::myCreates

Number of attribute creations.

Referenced by Stats().

◆ mySets

unsigned int makVre::DtAttribute::Stats::mySets

Number of attribute value sets.

Referenced by Stats().

◆ myChanges

unsigned int makVre::DtAttribute::Stats::myChanges

Number of attribute value changes.

Referenced by Stats().

◆ myGets

unsigned int makVre::DtAttribute::Stats::myGets

Number of attribute value gets.

Referenced by Stats().

◆ myGetsUndefined

unsigned int makVre::DtAttribute::Stats::myGetsUndefined

Number of attribute value gets when undefined.

Referenced by Stats().


The documentation for this struct was generated from the following file: