ACE  6.4.2
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
ACE_Future_Holder< T > Class Template Reference

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

#include <Future.h>

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. More...
 
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.

Constructor & Destructor Documentation

template<class T >
ACE_Future_Holder< T >::ACE_Future_Holder ( const ACE_Future< T > &  future)
template<class T >
ACE_Future_Holder< T >::~ACE_Future_Holder ( void  )
template<class T >
ACE_Future_Holder< T >::ACE_Future_Holder ( void  )
protected

Member Data Documentation

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

Declare the dynamic allocation hooks.

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

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