|
SyDEVS
v0.7
Simulation-based analysis of complex systems involving people, devices, physical elements, and dynamic environments.
|
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_ |