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.