DBus::Mutex Class Referenceabstract

#include <dispatcher.h>

Public Member Functions

virtual ~Mutex ()
 
virtual void lock ()=0
 
virtual void unlock ()=0
 

Protected Attributes

Internal * _int
 

Detailed Description

Definition at line 191 of file dispatcher.h.

Constructor & Destructor Documentation

◆ ~Mutex()

virtual DBus::Mutex::~Mutex ( )
inlinevirtual

Definition at line 195 of file dispatcher.h.

Member Function Documentation

◆ lock()

virtual void DBus::Mutex::lock ( )
pure virtual

◆ unlock()

virtual void DBus::Mutex::unlock ( )
pure virtual

Member Data Documentation

◆ _int

Internal* DBus::Mutex::_int
protected

Definition at line 205 of file dispatcher.h.


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