lumiera::Time Class Reference
#include <lumitime.hpp>
List of all members.
Detailed Description
denotes a temporal position (time point), based on timeline start.
- Todo:
- currently (9/07) this is a dummy implementation to find out what interface the Proc layer needs. Cehteh has already written elaborate timehandling functions in the backend and the goal is for class Time to be just a thin wrapper!
Definition at line 42 of file lumitime.hpp.
|
Public Member Functions |
|
| operator long () |
|
bool | operator< (const Time &ot) const |
|
bool | operator== (const Time &ot) const |
|
| Time (long dum=0) |
Static Public Attributes |
|
static const Time | MAX = +std::numeric_limits<long>::max() |
|
static const Time | MIN = -std::numeric_limits<long>::max() |
Private Attributes |
|
long | dummy |
The documentation for this class was generated from the following files: