LIPH's C++ Codes
liph::thread_guard Class Reference

#include <thread.h>

Public Member Functions

 thread_guard (std::thread &t)
 
 ~thread_guard ()
 
 thread_guard (const thread_guard &)=delete
 
thread_guardoperator= (const thread_guard &)=delete
 

Constructor & Destructor Documentation

◆ thread_guard() [1/2]

liph::thread_guard::thread_guard ( std::thread &  t)
inlineexplicit

◆ ~thread_guard()

liph::thread_guard::~thread_guard ( )
inline

◆ thread_guard() [2/2]

liph::thread_guard::thread_guard ( const thread_guard )
delete

Member Function Documentation

◆ operator=()

thread_guard & liph::thread_guard::operator= ( const thread_guard )
delete

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