InHook class (RAII style).
More...
#include <radius.h>
|
static bool | check () |
| Check if the current thread is in hook code or not.
|
|
InHook class (RAII style).
Definition at line 259 of file radius.h.
◆ InHook()
isc::radius::InHook::InHook |
( |
| ) |
|
Constructor.
Add the current thread id to the set.
Definition at line 493 of file radius.cc.
◆ ~InHook()
isc::radius::InHook::~InHook |
( |
| ) |
|
Destructor.
Remove the current thread id from the set.
Definition at line 502 of file radius.cc.
◆ check()
bool isc::radius::InHook::check |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: