toast::async::locked< T > Class Template Reference
[toast asynchronous library]

#include <toast/async/lockable.hpp>

List of all members.


Detailed Description

template<typename T>
class toast::async::locked< T >

Allows access to a T within a toast::lockable<T>.

Creating a toast::locked<T> from a toast::lockable<T> will lock a mutex and allow access to T.

Public Member Functions

template<typename Y>
 locked (lockable< Y > &t)
T & operator* () const
T * operator-> () const


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

SourceForge.net Logo