ACE_Future_Holder< T > Class Template Reference

Implementation of object that holds an ACE_Future. More...

#include <Future.h>

List of all members.

Public Member Functions

 ACE_Future_Holder (const ACE_Future< T > &future)
 ~ACE_Future_Holder (void)

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.

ACE_Future< T > item_

Protected Member Functions

 ACE_Future_Holder (void)


Detailed Description

template<class T>
class ACE_Future_Holder< T >

Implementation of object that holds an ACE_Future.

Definition at line 47 of file Future.h.


Constructor & Destructor Documentation

template<class T>
ACE_Future_Holder< T >::ACE_Future_Holder const ACE_Future< T > &  future  ) 
 

Definition at line 27 of file Future.cpp.

00028   : item_ (item)
00029 {
00030 }

template<class T>
ACE_Future_Holder< T >::~ACE_Future_Holder void   ) 
 

Definition at line 33 of file Future.cpp.

00034 {
00035 }

template<class T>
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_Future_Holder< T >::ACE_Future_Holder void   )  [protected]
 

Definition at line 22 of file Future.cpp.

00023 {
00024 }


Member Data Documentation

template<class T>
ACE_Future_Holder< T >::ACE_ALLOC_HOOK_DECLARE
 

Declare the dynamic allocation hooks.

Definition at line 54 of file Future.h.

template<class T>
ACE_Future<T> ACE_Future_Holder< T >::item_
 

Definition at line 56 of file Future.h.

Referenced by ACE_Future_Set< T >::next_readable(), and ACE_Future_Set< T >::~ACE_Future_Set().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:22:31 2006 for ACE by doxygen 1.3.6