#include <AppUtil.h>
Public Member Functions | |
| StopWatch () | |
Protected Attributes | |
| struct timeval | start_tv |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const StopWatch &sw) |
| storage::StopWatch::StopWatch | ( | ) |
References start_tv.
| std::ostream& operator<< | ( | std::ostream & | s, | |
| const StopWatch & | sw | |||
| ) | [friend] |
struct timeval storage::StopWatch::start_tv [read, protected] |
Referenced by storage::operator<<(), and StopWatch().
1.5.6