#include <jem/base/Time.h>
|
(Note that these are not member functions.)
|
Time | operator+ (const Time &lhs, const Time &rhs) |
|
Time | operator- (const Time &lhs, const Time &rhs) |
|
bool | operator== (const Time &lhs, const Time &rhs) |
|
bool | operator!= (const Time &lhs, const Time &rhs) |
|
bool | operator< (const Time &lhs, const Time &rhs) |
|
bool | operator<= (const Time &lhs, const Time &rhs) |
|
bool | operator> (const Time &lhs, const Time &rhs) |
|
bool | operator>= (const Time &lhs, const Time &rhs) |
|
template<class Input > |
void | decode (Input &in, Time &t) |
|
template<class Output > |
void | encode (Output &out, const Time &t) |
|
template<class Output > |
void | print (Output &out, const Time &t) |
|
void | swap (Time &lhs, Time &rhs) |
|
jem::Time::Time |
( |
lint |
sec, |
|
|
lint |
nsec = 0 |
|
) |
| |
|
explicit |
jem::Time::Time |
( |
double |
sec | ) |
|
|
explicit |
jem::Time::Time |
( |
const Time & |
rhs | ) |
|
void jem::Time::operator+= |
( |
const Time & |
rhs | ) |
|
void jem::Time::operator-= |
( |
const Time & |
rhs | ) |
|
void jem::Time::swap |
( |
Time & |
rhs | ) |
|
lint jem::Time::sec |
( |
| ) |
const |
lint jem::Time::nsec |
( |
| ) |
const |
double jem::Time::toDouble |
( |
| ) |
const |
String jem::Time::toString |
( |
| ) |
const |
static Time jem::Time::zero |
( |
| ) |
|
|
static |
static Time jem::Time::now |
( |
| ) |
|
|
static |
static Time jem::Time::resolution |
( |
| ) |
|
|
static |
bool operator== |
( |
const Time & |
lhs, |
|
|
const Time & |
rhs |
|
) |
| |
|
related |
bool operator!= |
( |
const Time & |
lhs, |
|
|
const Time & |
rhs |
|
) |
| |
|
related |
bool operator< |
( |
const Time & |
lhs, |
|
|
const Time & |
rhs |
|
) |
| |
|
related |
bool operator<= |
( |
const Time & |
lhs, |
|
|
const Time & |
rhs |
|
) |
| |
|
related |
bool operator> |
( |
const Time & |
lhs, |
|
|
const Time & |
rhs |
|
) |
| |
|
related |
bool operator>= |
( |
const Time & |
lhs, |
|
|
const Time & |
rhs |
|
) |
| |
|
related |
template<class Input >
void decode |
( |
Input & |
in, |
|
|
Time & |
t |
|
) |
| |
|
related |
template<class Output >
void encode |
( |
Output & |
out, |
|
|
const Time & |
t |
|
) |
| |
|
related |
template<class Output >
void print |
( |
Output & |
out, |
|
|
const Time & |
t |
|
) |
| |
|
related |