|
Simple++
Powerfull and lightning fast C++ Library
|
Representing a number of CPU ticks. More...
#include <Tick.h>
Public Member Functions | |
| Tick () | |
| Empty constructor, see getClock(); for the actual value. More... | |
| Tick (const Tick &tick) | |
| Tick (ClockT tick) | |
| ~Tick () | |
| void | setNow () |
| bool | operator== (const Tick &tick) const |
| bool | operator< (const Tick &tick) const |
| bool | operator> (const Tick &tick) const |
| bool | operator>= (const Tick &tick) const |
| bool | operator<= (const Tick &tick) const |
| Tick & | operator= (const Tick &tick) |
| Tick & | operator-= (const Tick &tick) |
| const ClockT & | getValue () const |
Protected Types | |
| enum | ctor { null } |
Protected Member Functions | |
| Tick (ctor) | |
Representing a number of CPU ticks.
|
protected |
| Time::Tick::Tick | ( | ) |
Empty constructor, see getClock(); for the actual value.
| Time::Tick::Tick | ( | const Tick & | tick | ) |
| Time::Tick::Tick | ( | ClockT | tick | ) |
| Time::Tick::~Tick | ( | ) |
|
protected |
| const ClockT & Time::Tick::getValue | ( | ) | const |
| bool Time::Tick::operator< | ( | const Tick & | tick | ) | const |
| bool Time::Tick::operator<= | ( | const Tick & | tick | ) | const |
| bool Time::Tick::operator== | ( | const Tick & | tick | ) | const |
| bool Time::Tick::operator> | ( | const Tick & | tick | ) | const |
| bool Time::Tick::operator>= | ( | const Tick & | tick | ) | const |
| void Time::Tick::setNow | ( | ) |
1.8.11