|
Amesos Development
|
Amesos_Time_Data: Simple struct for storing associated data for Amesos_Time. More...
#include <Amesos_Time.h>
Public Member Functions | |
| Amesos_Time_Data (std::string timeName, double timeVal) | |
| Constructor. | |
| virtual | ~Amesos_Time_Data () |
| Destructor. | |
Public Attributes | |
| std::string | timeName_ |
| Character string identifying this timing data. | |
| double | timeVal_ |
| Current timing data. | |
Amesos_Time_Data: Simple struct for storing associated data for Amesos_Time.
|
inline |
| std::string Amesos_Time_Data::timeName_ |
Character string identifying this timing data.
Referenced by Amesos_Time_Data().
| double Amesos_Time_Data::timeVal_ |
Current timing data.
Referenced by Amesos_Time_Data().