#include <timer.h>
Definition at line 39 of file timer.h.
◆ Timer_Scope()
Botan::Timer::Timer_Scope::Timer_Scope |
( |
Timer & | timer | ) |
|
|
inlineexplicit |
Definition at line 41 of file timer.h.
41: m_timer(timer) { m_timer.
start(); }
◆ ~Timer_Scope()
Botan::Timer::Timer_Scope::~Timer_Scope |
( |
| ) |
|
|
inline |
Definition at line 43 of file timer.h.
43 {
44 try {
46 } catch(...) {}
47 }
The documentation for this class was generated from the following file: