#include <timer.h>
Definition at line 48 of file timer.h.
◆ Timer_Scope()
Botan::Timer::Timer_Scope::Timer_Scope |
( |
Timer & |
timer | ) |
|
|
inlineexplicit |
Definition at line 51 of file timer.h.
52 : m_timer(timer)
53 {
55 }
◆ ~Timer_Scope()
Botan::Timer::Timer_Scope::~Timer_Scope |
( |
| ) |
|
|
inline |
Definition at line 56 of file timer.h.
57 {
58 try
59 {
61 }
62 catch(...) {}
63 }
The documentation for this class was generated from the following file: