Amesos Development
Loading...
Searching...
No Matches
Amesos_Time_Data Struct Reference

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.

Detailed Description

Amesos_Time_Data: Simple struct for storing associated data for Amesos_Time.

Author
Heidi Thornquist, SNL 1437
Date
Last updated on 26-March-07

Constructor & Destructor Documentation

◆ Amesos_Time_Data()

Amesos_Time_Data::Amesos_Time_Data ( std::string timeName,
double timeVal )
inline

Constructor.

References timeName_, and timeVal_.

Referenced by Amesos_Time::AddTime().

Member Data Documentation

◆ timeName_

std::string Amesos_Time_Data::timeName_

Character string identifying this timing data.

Referenced by Amesos_Time_Data().

◆ timeVal_

double Amesos_Time_Data::timeVal_

Current timing data.

Referenced by Amesos_Time_Data().


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