tlx
|
Independent RAII Scoped MultiTimer: contains a MultiTimer which is started with the given timer, and added to the base MultiTimer on destruction. More...
#include <multi_timer.hpp>
Public Member Functions | |
ScopedMultiTimer (MultiTimer &base, const char *timer) | |
construct and change timer to tm | |
~ScopedMultiTimer () | |
change back timer to previous timer. |
Protected Attributes | |
MultiTimer & | base_ |
reference to base timer | |
MultiTimer | timer_ |
contained independent timer |
Independent RAII Scoped MultiTimer: contains a MultiTimer which is started with the given timer, and added to the base MultiTimer on destruction.
Definition at line 127 of file multi_timer.hpp.
ScopedMultiTimer | ( | MultiTimer & | base, |
const char * | timer ) |
construct and change timer to tm
Definition at line 159 of file multi_timer.cpp.
~ScopedMultiTimer | ( | ) |
change back timer to previous timer.
Definition at line 164 of file multi_timer.cpp.
|
protected |
reference to base timer
Definition at line 138 of file multi_timer.hpp.
|
protected |
contained independent timer
Definition at line 141 of file multi_timer.hpp.