#include "Util/Types.H"
#include <limits>
#include <string>
Go to the source code of this file.
Classes | |
class | SimTime |
Encapsulated representation of simulation time. More... | |
Functions | |
std::string | convertToString (const SimTime &val) |
SimTime overload: format is floating-point number of seconds. | |
void | convertFromString (const std::string &str, SimTime &val) |
SimTime overload: format is floating-point number of seconds;. | |
SimTime | operator* (const double x, const SimTime &t) |
SimTime | operator* (const int x, const SimTime &t) |
SimTime | operator* (const int64 x, const SimTime &t) |
Definition in file SimTime.H.
void convertFromString | ( | const std::string & | str, | |
SimTime & | val | |||
) | [inline] |
SimTime overload: format is floating-point number of seconds;.
Definition at line 219 of file SimTime.H.
References SimTime::fromString().
std::string convertToString | ( | const SimTime & | val | ) | [inline] |
SimTime overload: format is floating-point number of seconds.
Definition at line 212 of file SimTime.H.
References SimTime::toString().