Revised OpenFlow Library  v0.6.0dev
 All Classes Files Functions Variables Friends Groups Pages
Public Member Functions | Static Public Member Functions | Public Attributes | Friends | List of all members
rofl::cclock Class Reference

Public Member Functions

 cclock (time_t delta_sec=0, time_t delta_nsec=0)
 
 cclock (cclock const &cc)
 
 ~cclock ()
 
cclockoperator= (cclock const &cc)
 
cclock operator+ (cclock const &cc)
 
cclock operator- (cclock const &cc)
 
cclockoperator+= (cclock const &cc)
 
cclockoperator-= (cclock const &cc)
 
bool operator== (cclock const &cc) const
 
bool operator!= (cclock const &cc) const
 
bool operator< (cclock const &cc) const
 
bool operator<= (cclock const &cc) const
 
bool operator> (cclock const &cc) const
 
bool operator>= (cclock const &cc) const
 
void current_time ()
 

Static Public Member Functions

static cclock now ()
 

Public Attributes

struct timespec ts
 

Friends

std::ostream & operator<< (std::ostream &os, cclock const clk)
 

Constructor & Destructor Documentation

cclock::cclock ( time_t  delta_sec = 0,
time_t  delta_nsec = 0 
)

constructor

cclock::cclock ( cclock const &  cc)

copy constructor

cclock::~cclock ( )

destructor

Member Function Documentation

bool cclock::operator!= ( cclock const &  cc) const

operator!=

cclock cclock::operator+ ( cclock const &  cc)

operator+

cclock & cclock::operator+= ( cclock const &  cc)

operator+=

cclock cclock::operator- ( cclock const &  cc)

operator-

cclock & cclock::operator-= ( cclock const &  cc)

operator-=

bool cclock::operator< ( cclock const &  cc) const

operator<

bool cclock::operator<= ( cclock const &  cc) const

operator<=

cclock & cclock::operator= ( cclock const &  cc)

assignment operator

bool cclock::operator== ( cclock const &  cc) const

operator==

bool cclock::operator> ( cclock const &  cc) const

operator>

bool cclock::operator>= ( cclock const &  cc) const

operator>=


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