Belle II Software  release-08-01-10
Time Class Reference
Inheritance diagram for Time:
Collaboration diagram for Time:

Public Member Functions

 Time (const double)
 
 Time (const long, const long)
 
void clear ()
 
void set ()
 
void set (const double)
 
void set (const long, const long)
 
double get () const
 
long getSecond () const
 
long getMicroSecond () const
 
std::string toString () const
 
void readObject (Reader &) override
 
void writeObject (Writer &) const override
 
bool operator== (const Time &) const
 
Time operator+ (const Time &) const
 
Time operator- (const Time &) const
 

Private Member Functions

void adjust ()
 

Private Attributes

long m_s
 
long m_us
 

Detailed Description

Definition at line 21 of file Time.h.


The documentation for this class was generated from the following files: