sigx++ 2.0.1
Public Types | Public Member Functions
sigx::rw_lockable< T_type > Struct Template Reference

Makes T_type read/write lockable with a Glib::RWLock. More...

#include <glib_lockables.h>

Inheritance diagram for sigx::rw_lockable< T_type >:
sigx::lockable< T_type, Glib::RWLock > sigx::safe_lockable< T_type, Glib::RWLock > sigx::lockable_base< Glib::RWLock > sigx::noncopyable

Public Types

typedef lockable< T_type,
Glib::RWLock > 
parent_type

Public Member Functions

 rw_lockable ()
 rw_lockable (typename parent_type::const_reference_type v)

Detailed Description

template<typename T_type>
struct sigx::rw_lockable< T_type >

Makes T_type read/write lockable with a Glib::RWLock.


Member Typedef Documentation

template<typename T_type >
typedef lockable<T_type, Glib::RWLock> sigx::rw_lockable< T_type >::parent_type

Constructor & Destructor Documentation

template<typename T_type >
sigx::rw_lockable< T_type >::rw_lockable ( ) [inline]
template<typename T_type >
sigx::rw_lockable< T_type >::rw_lockable ( typename parent_type::const_reference_type  v) [inline]

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