Amesos Package Browser (Single Doxygen Collection)
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. More... | |
virtual | ~Amesos_Time_Data () |
Destructor. More... | |
Public Attributes | |
std::string | timeName_ |
Character string identifying this timing data. More... | |
double | timeVal_ |
Current timing data. More... | |
Amesos_Time_Data: Simple struct for storing associated data for Amesos_Time.
Definition at line 23 of file Amesos_Time.h.
|
inline |
Constructor.
Definition at line 30 of file Amesos_Time.h.
|
inlinevirtual |
Destructor.
Definition at line 36 of file Amesos_Time.h.
std::string Amesos_Time_Data::timeName_ |
Character string identifying this timing data.
Definition at line 25 of file Amesos_Time.h.
double Amesos_Time_Data::timeVal_ |
Current timing data.
Definition at line 27 of file Amesos_Time.h.