sigx++
2.0.1
|
Makes T_type lockable with a Glib::RecMutex. More...
#include <glib_lockables.h>
Public Member Functions | |
recmutex_lockable () | |
recmutex_lockable (typename parent_type::const_reference_type v) | |
![]() | |
lockable () | |
Default constructor. | |
lockable (toplevel_const_reference_type _a_value) | |
Constructs a lockable initializing T_type with _a_value. | |
![]() | |
safe_lockable () | |
Default constructor. | |
safe_lockable (toplevel_const_reference_type _a_value) | |
Constructs a lockable initializing T_type with _a_value. | |
![]() | |
mutex_type & | mutex () const throw () |
Additional Inherited Members | |
![]() | |
typedef safe_lockable< T_type, Glib::RecMutex > | parent_type |
typedef parent_type::toplevel_const_reference_type | toplevel_const_reference_type |
![]() | |
volatile_reference_type | access_volatile () throw () |
cv_reference_type | access_volatile () const throw () |
reference_type | access_nonvolatile () throw () |
const_reference_type | access_nonvolatile () const throw () |
![]() | |
mutex_type | m_mutex |
Makes T_type lockable with a Glib::RecMutex.
|
inline |
|
inline |