#include <Time.hpp>
List of all members.
Detailed Description
Definition at line 27 of file Time.hpp.
Constructor & Destructor Documentation
| Time |
( |
int64_t |
sec, |
|
|
uint32_t |
nanosec = 0 | |
|
) |
| | [explicit] |
Member Function Documentation
| int compare |
( |
const Time & |
that |
) |
|
| static const Time from_microseconds |
( |
int64_t |
microseconds |
) |
[static] |
| static const Time from_milliseconds |
( |
int64_t |
milliseconds |
) |
[static] |
| static const Time from_seconds |
( |
double |
seconds |
) |
[static] |
| int64_t get_in_microseconds |
( |
|
) |
const |
| int64_t get_in_milliseconds |
( |
|
) |
const |
| double get_in_seconds |
( |
|
) |
const |
| static const Time invalid |
( |
|
) |
[static] |
| void nanosec |
( |
uint32_t |
ns |
) |
|
| uint32_t nanosec |
( |
|
) |
const |
| bool operator< |
( |
const Time & |
that |
) |
|
| bool operator<= |
( |
const Time & |
that |
) |
|
| bool operator== |
( |
const Time & |
that |
) |
|
| bool operator> |
( |
const Time & |
that |
) |
|
| bool operator>= |
( |
const Time & |
that |
) |
|
| void set_in_microseconds |
( |
int64_t |
microsec |
) |
|
| void set_in_milliseconds |
( |
int64_t |
millisec |
) |
|
| void set_in_seconds |
( |
double |
seconds |
) |
|
The documentation for this class was generated from the following file: