#include <thread.hpp>
Public Member Functions | |
async_operation_holder (T *op) | |
~async_operation_holder () | |
T & | operation () const |
Private Attributes | |
T *const | op_ |
Definition at line 236 of file thread.hpp.
threading::async_operation_holder< T >::async_operation_holder | ( | T * | op | ) | [inline, explicit] |
Definition at line 239 of file thread.hpp.
threading::async_operation_holder< T >::~async_operation_holder | ( | ) | [inline] |
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().
T* const threading::async_operation_holder< T >::op_ [private] |
Definition at line 253 of file thread.hpp.
Referenced by threading::async_operation_holder< T >::operation(), and threading::async_operation_holder< T >::~async_operation_holder().
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |