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

#include <thread.h>

Public Member Functions

 scoped_thread (std::thread t_)
 
 ~scoped_thread ()
 
 scoped_thread (scoped_thread const &)=delete
 
scoped_threadoperator= (scoped_thread const &)=delete
 

Constructor & Destructor Documentation

◆ scoped_thread() [1/2]

liph::scoped_thread::scoped_thread ( std::thread  t_)
inlineexplicit

◆ ~scoped_thread()

liph::scoped_thread::~scoped_thread ( )
inline

◆ scoped_thread() [2/2]

liph::scoped_thread::scoped_thread ( scoped_thread const &  )
delete

Member Function Documentation

◆ operator=()

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

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