|
TrueReality
v0.1.1912
|
#include <DateTime.h>


Static Public Attributes | |
| static const TimeOrigin | LOCAL_TIME |
| The local time. More... | |
| static const TimeOrigin | GMT_TIME |
| The GMT time. More... | |
Protected Member Functions | |
| ~TimeOrigin () | |
| Destructor. More... | |
Protected Member Functions inherited from trUtil::EnumerationString | |
| virtual int | Compare (const std::string &nameString) const |
| Virtual string compare method to used by the operators that take a string. More... | |
| virtual | ~EnumerationString () |
| Private virtual destructor to get rid of compile warning. More... | |
| EnumerationString (const std::string &name) | |
| Construct the EnumerationString. More... | |
Private Member Functions | |
| TimeOrigin (const std::string &name) | |
| Constructor. More... | |
Additional Inherited Members | |
Public Member Functions inherited from trUtil::EnumerationString | |
| const std::string & | GetName () const |
| Inlined because it's called frequently. More... | |
| bool | operator== (const EnumerationString &rhs) const |
| Equality test for an EnumerationString. More... | |
| bool | operator!= (const EnumerationString &rhs) const |
| Inequality test for an EnumerationString. More... | |
| bool | operator== (const std::string &rhs) const |
| Overloaded string compare operator for the EnumerationString. More... | |
| bool | operator!= (const std::string &rhs) const |
| Overloaded inequality test for this EnumerationString's string value. More... | |
| bool | operator< (const std::string &rhs) const |
| Overloaded less than test for this EnumerationString's string value. More... | |
| bool | operator> (const std::string &rhs) const |
| Overloaded greater than test for this EnumerationString's string value. More... | |
| bool | operator< (const EnumerationString &rhs) const |
| Overloaded less than operator. More... | |
Definition at line 55 of file DateTime.h.
|
inlineprotected |
Destructor.
Definition at line 72 of file DateTime.h.
|
inlineprivate |
|
static |
The GMT time.
Definition at line 63 of file DateTime.h.
Referenced by trUtil::DateTime::DateTime(), and trUtil::DateTime::ResetToDefaultValues().
|
static |
The local time.
Definition at line 61 of file DateTime.h.
Referenced by trUtil::DateTime::DateTime().