E-MailRelay
|
A RAII class to lock and unlock GNet::EventHandlerList. More...
#include <geventhandlerlist.h>
Public Member Functions | |
Lock (EventHandlerList &, bool *invalid_p=nullptr) | |
Lock (const Lock &)=delete | |
Lock (Lock &&)=delete | |
void | operator= (const Lock &)=delete |
void | operator= (Lock &&)=delete |
Public Attributes | |
EventHandlerList & | m_list |
bool * | m_invalid_p |
A RAII class to lock and unlock GNet::EventHandlerList.
Definition at line 103 of file geventhandlerlist.h.
|
explicit |
Definition at line 270 of file geventhandlerlist.cpp.
GNet::EventHandlerList::Lock::~Lock | ( | ) |
Definition at line 277 of file geventhandlerlist.cpp.
bool* GNet::EventHandlerList::Lock::m_invalid_p |
Definition at line 112 of file geventhandlerlist.h.
EventHandlerList& GNet::EventHandlerList::Lock::m_list |
Definition at line 111 of file geventhandlerlist.h.