$search

asio::detail::scoped_lock< Mutex > Class Template Reference

#include <scoped_lock.hpp>

Inheritance diagram for asio::detail::scoped_lock< Mutex >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void lock ()
bool locked () const
Mutex & mutex ()
 scoped_lock (Mutex &m)
void unlock ()
 ~scoped_lock ()

Private Attributes

bool locked_
Mutex & mutex_

Detailed Description

template<typename Mutex>
class asio::detail::scoped_lock< Mutex >

Definition at line 27 of file scoped_lock.hpp.


Constructor & Destructor Documentation

template<typename Mutex >
asio::detail::scoped_lock< Mutex >::scoped_lock ( Mutex &  m  )  [inline]

Definition at line 32 of file scoped_lock.hpp.

template<typename Mutex >
asio::detail::scoped_lock< Mutex >::~scoped_lock (  )  [inline]

Definition at line 40 of file scoped_lock.hpp.


Member Function Documentation

template<typename Mutex >
void asio::detail::scoped_lock< Mutex >::lock (  )  [inline]

Definition at line 47 of file scoped_lock.hpp.

template<typename Mutex >
bool asio::detail::scoped_lock< Mutex >::locked (  )  const [inline]

Definition at line 67 of file scoped_lock.hpp.

template<typename Mutex >
Mutex& asio::detail::scoped_lock< Mutex >::mutex (  )  [inline]

Definition at line 73 of file scoped_lock.hpp.

template<typename Mutex >
void asio::detail::scoped_lock< Mutex >::unlock (  )  [inline]

Definition at line 57 of file scoped_lock.hpp.


Member Data Documentation

template<typename Mutex >
bool asio::detail::scoped_lock< Mutex >::locked_ [private]

Definition at line 83 of file scoped_lock.hpp.

template<typename Mutex >
Mutex& asio::detail::scoped_lock< Mutex >::mutex_ [private]

Definition at line 80 of file scoped_lock.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


Castor
Author(s): Carpe Noctem
autogenerated on Fri Mar 1 14:41:47 2013