Ginan
Loading...
Searching...
No Matches
Duration Struct Reference
Collaboration diagram for Duration:

Public Member Functions

double to_double () const
 
long int to_int () const
 
bool operator< (const double &t2) const
 
bool operator> (const double &t2) const
 
long double operator- (const Duration &t2) const
 
double operator/ (const Duration &t2) const
 

Data Fields

long double bigTime = 0
 

Friends

ostream & operator<< (ostream &os, const Duration &time)
 

Member Function Documentation

◆ operator-()

long double Duration::operator- ( const Duration & t2) const
inline

◆ operator/()

double Duration::operator/ ( const Duration & t2) const
inline

◆ operator<()

bool Duration::operator< ( const double & t2) const
inline

◆ operator>()

bool Duration::operator> ( const double & t2) const
inline

◆ to_double()

double Duration::to_double ( ) const
inline
Here is the caller graph for this function:

◆ to_int()

long int Duration::to_int ( ) const
inline
Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ operator<<

ostream & operator<< ( ostream & os,
const Duration & time )
friend

Field Documentation

◆ bigTime

long double Duration::bigTime = 0

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