#include <common.h>
Public Member Functions | |
| float | getElapsed () const |
| void | pause () |
| PausingTimer () | |
| void | reset () |
| void | start () |
Public Attributes | |
| boost::posix_time::time_duration | elapsed |
| boost::posix_time::ptime | started |
| megatree::PausingTimer::PausingTimer | ( | ) | [inline] |
| float megatree::PausingTimer::getElapsed | ( | ) | const [inline] |
| void megatree::PausingTimer::pause | ( | ) | [inline] |
| void megatree::PausingTimer::reset | ( | ) | [inline] |
| void megatree::PausingTimer::start | ( | ) | [inline] |
| boost::posix_time::time_duration megatree::PausingTimer::elapsed |
| boost::posix_time::ptime megatree::PausingTimer::started |