#include <timer.h>
Definition at line 54 of file timer.h.
◆ Timer_Scope()
Botan::Timer::Timer_Scope::Timer_Scope |
( |
Timer & |
timer | ) |
|
|
inlineexplicit |
Definition at line 57 of file timer.h.
58 : m_timer(timer)
59 {
61 }
◆ ~Timer_Scope()
Botan::Timer::Timer_Scope::~Timer_Scope |
( |
| ) |
|
|
inline |
Definition at line 62 of file timer.h.
63 {
64 try
65 {
67 }
68 catch(...) {}
69 }
The documentation for this class was generated from the following file: