Kea 3.1.5
isc::util::MtTestMode Class Reference

RAII wrapper for MT test mode. More...

#include <multi_threading_mgr.h>

+ Inheritance diagram for isc::util::MtTestMode:

Public Member Functions

 MtTestMode ()
 
 ~MtTestMode ()
 

Detailed Description

RAII wrapper for MT test mode.

The constructor enables test mode, the destructor disables it.

Definition at line 393 of file multi_threading_mgr.h.

Constructor & Destructor Documentation

◆ MtTestMode()

isc::util::MtTestMode::MtTestMode ( )
inline

Definition at line 395 of file multi_threading_mgr.h.

References isc::util::MultiThreadingMgr::instance(), and isc::util::MultiThreadingMgr::setTestMode().

+ Here is the call graph for this function:

◆ ~MtTestMode()

isc::util::MtTestMode::~MtTestMode ( )
inline

Definition at line 399 of file multi_threading_mgr.h.

References isc::util::MultiThreadingMgr::instance(), and isc::util::MultiThreadingMgr::setTestMode().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: