NebulaGraph CPP Client
release-3.8
|
Public Member Functions | |
Time (int8_t h, int8_t min, int8_t s, int32_t us) | |
void | clear () |
void | __clear () |
bool | operator== (const Time &rhs) const |
bool | operator< (const Time &rhs) const |
std::string | toString () const |
Public Attributes | |
int8_t | hour |
int8_t | minute |
int8_t | sec |
int32_t | microsec |