|
SyDEVS
v0.7
Simulation-based analysis of complex systems involving people, devices, physical elements, and dynamic environments.
|
#include <sydevs/time/time_point.h>#include <sydevs/core/quantity.h>#include <algorithm>#include <cstdlib>#include <ostream>#include <iomanip>Namespaces | |
| sydevs | |
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) |