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... | |
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
Inequality operator
left | left operand const reference |
right | right operand const reference |
|
inline |
Sum operator
left | left operand const reference |
right | right operand const reference |
Compound assignment sum operator
left | left operand reference |
right | right operand const time_t representing seconds |
References woss::operator+=(), woss::Time::raw_time, and woss::Time::timeinfo.
Subtraction operator
left | left operand const reference |
right | right operand const reference |
References woss::operator-(), and woss::Time::timeinfo.
|
inline |
Subtraction operator
left | left operand const reference |
right | right operand const reference |
Compound assignment subtraction operator
left | left operand reference |
right | right operand const time_t representing seconds |
References woss::operator-=(), woss::Time::raw_time, and woss::Time::timeinfo.
Less than operator
left | left operand const reference |
right | right operand const reference |
Less than or equal to operator
left | left operand const reference |
right | right operand const reference |
Equality operator
left | left operand const reference |
right | right operand const reference |
Greater than operator
left | left operand const reference |
right | right operand const reference |