sigx++
2.0.1
|
Makes T_type read/write lockable with a Glib::RWLock. More...
#include <glib_lockables.h>
Public Types | |
typedef lockable< T_type, Glib::RWLock > | parent_type |
![]() | |
typedef safe_lockable< T_type, Glib::RWLock > | parent_type |
typedef parent_type::toplevel_const_reference_type | toplevel_const_reference_type |
![]() | |
typedef lockable_base < Glib::RWLock > | parent_type |
typedef T_type | acquired_type |
typedef volatile_trait < acquired_type >::add | volatile_type |
typedef std::tr1::add_reference < typename volatile_trait < acquired_type >::remove > ::type | reference_type |
typedef std::tr1::add_reference < volatile_type >::type | volatile_reference_type |
typedef std::tr1::add_reference < typename const_trait < reference_type >::add > ::type | const_reference_type |
typedef std::tr1::add_reference < typename const_trait < volatile_type >::add >::type | cv_reference_type |
typedef std::tr1::add_reference < typename std::tr1::add_const < acquired_type >::type > ::type | toplevel_const_reference_type |
![]() | |
typedef Glib::RWLock | mutex_type |
Public Member Functions | |
rw_lockable () | |
rw_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 | |
![]() | |
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 read/write lockable with a Glib::RWLock.
typedef lockable<T_type, Glib::RWLock> sigx::rw_lockable< T_type >::parent_type |
|
inline |
|
inline |