threading::async_operation_holder< T > Class Template Reference

#include <thread.hpp>

Collaboration diagram for threading::async_operation_holder< T >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 async_operation_holder (T *op)
 ~async_operation_holder ()
T & operation () const

Private Attributes

T *const op_


Detailed Description

template<typename T>
class threading::async_operation_holder< T >

Definition at line 236 of file thread.hpp.


Constructor & Destructor Documentation

template<typename T>
threading::async_operation_holder< T >::async_operation_holder ( T *  op  )  [inline, explicit]

Definition at line 239 of file thread.hpp.

template<typename T>
threading::async_operation_holder< T >::~async_operation_holder (  )  [inline]

Definition at line 242 of file thread.hpp.

References threading::async_operation_holder< T >::op_.


Member Function Documentation

template<typename T>
T& threading::async_operation_holder< T >::operation (  )  const [inline]

Definition at line 250 of file thread.hpp.

References threading::async_operation_holder< T >::op_.

Referenced by network::connect().


Member Data Documentation

template<typename T>
T* const threading::async_operation_holder< T >::op_ [private]


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

Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth
Gna! | Forum | Wiki | CIA | devdocs