ACE  6.5.11
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
ACE_Future_Holder Class Reference

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

#include <Future.h>

Collaboration diagram for ACE_Future_Holder:
Collaboration graph
[legend]

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

Implementation of object that holds an ACE_Future.

Constructor & Destructor Documentation

◆ ACE_Future_Holder() [1/2]

ACE_Future_Holder::ACE_Future_Holder ( const ACE_Future< T > &  future)

◆ ~ACE_Future_Holder()

ACE_Future_Holder::~ACE_Future_Holder ( void  )

◆ ACE_Future_Holder() [2/2]

ACE_Future_Holder::ACE_Future_Holder ( void  )
protected

Member Data Documentation

◆ ACE_ALLOC_HOOK_DECLARE

ACE_Future_Holder::ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.

◆ item_

ACE_Future<T> ACE_Future_Holder::item_

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