| 
    Evo C++ Library v0.5.1
    
   | 
 
Evo time management. More...
Classes | |
| struct | SysNativeTimeStamp | 
| Holds a system timestamp as native (platform specific) fields.  More... | |
| struct | SysTimestamp | 
| Holds a system timestamp for storing date/time and measuring elapsed time.  More... | |
| class | TimerStampCpu | 
| Holds a CPU (process) timer-stamp, used as template argument with TimerT.  More... | |
| class | TimerStampWall | 
| Holds a real (wall clock) timer-stamp, used as template argument with TimerT.  More... | |
| class | TimerT< T > | 
| Timer that works like a stopwatch.  More... | |
Typedefs | |
| typedef TimerT< TimerStampWall > | Timer | 
| Timer that works like a stopwatch and measures real (wall clock) time.  More... | |
| typedef TimerT< TimerStampCpu > | TimerCpu | 
| Timer that works like a stopwatch and measures CPU (process) time.  More... | |
Evo time management.
| typedef TimerT<TimerStampWall> Timer | 
Timer that works like a stopwatch and measures real (wall clock) time.
| typedef TimerT<TimerStampCpu> TimerCpu | 
Timer that works like a stopwatch and measures CPU (process) time.
 1.8.13