SyDEVS
v0.6.7
Multiscale Simulation and Systems Modeling Library
|
Go to the source code of this file.
Classes | |
class | sydevs::time_point |
A data structure which represents a point in time as an arbitrary-precision multiple of its shortest time precision. More... | |
Namespaces | |
sydevs | |
Macros | |
#define | SYDEVS_TIME_POINT_H_ |
Functions | |
std::ostream & | sydevs::operator<< (std::ostream &os, const time_point &rhs) |
bool | sydevs::operator== (duration lhs, const time_point &rhs) |
bool | sydevs::operator!= (duration lhs, const time_point &rhs) |
bool | sydevs::operator< (duration lhs, const time_point &rhs) |
bool | sydevs::operator> (duration lhs, const time_point &rhs) |
bool | sydevs::operator<= (duration lhs, const time_point &rhs) |
bool | sydevs::operator>= (duration lhs, const time_point &rhs) |
#define SYDEVS_TIME_POINT_H_ |