|
World Ocean Simulation System (WOSS) library
|
Definitions and library for woss::Time, woss::SimTime, woss::TimeReference and woss::TimeReferenceTcl classes. More...
Go to the source code of this file.
Classes | |
| class | woss::TimeReference |
| Class for simulation time reference purposes. More... | |
| class | woss::Time |
| a class for time date manipulation More... | |
| struct | woss::SimTime |
| Struct that stores start and end Time. More... | |
Namespaces | |
| namespace | woss |
Functions | |
| double | woss::operator- (const Time &left, const Time &right) |
| bool | woss::operator== (const Time &left, const Time &right) |
| bool | woss::operator!= (const Time &left, const Time &right) |
| bool | woss::operator> (const Time &left, const Time &right) |
| bool | woss::operator< (const Time &left, const Time &right) |
| bool | woss::operator<= (const Time &left, const Time &right) |
| bool | woss::operator>= (const Time &left, const Time &right) |
| std::ostream & | woss::operator<< (std::ostream &os, const Time &time) |
| const Time | woss::operator+ (const Time &left, const time_t right) |
| const Time | woss::operator- (const Time &left, const time_t right) |
| Time & | woss::operator+= (Time &left, time_t right) |
| Time & | woss::operator-= (Time &left, time_t right) |
Definitions and library for woss::Time, woss::SimTime, woss::TimeReference and woss::TimeReferenceTcl classes.
Definitions and library for woss::Time, woss::SimTime, woss::TimeReference and woss::TimeReferenceTcl classes