NebulaGraph CPP Client  release-3.4
Time Struct Reference

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
 

Detailed Description

Definition at line 77 of file Date.h.


The documentation for this struct was generated from the following file: