World Ocean Simulation System (WOSS) library
time-definitions.h File Reference

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)
 
Timewoss::operator+= (Time &left, time_t right)
 
Timewoss::operator-= (Time &left, time_t right)
 

Detailed Description

Definitions and library for woss::Time, woss::SimTime, woss::TimeReference and woss::TimeReferenceTcl classes.

Author
Federico Guerra

Definitions and library for woss::Time, woss::SimTime, woss::TimeReference and woss::TimeReferenceTcl classes