ACE 8.0.5
Loading...
Searching...
No Matches
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 ()=default
 ACE_Future_Holder ()=delete

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.
ACE_Future< T > item_

Detailed Description

template<class T>
class ACE_Future_Holder< T >

Implementation of object that holds an ACE_Future.

Constructor & Destructor Documentation

◆ ACE_Future_Holder() [1/2]

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

◆ ~ACE_Future_Holder()

template<class T>
ACE_Future_Holder< T >::~ACE_Future_Holder ( )
default

◆ ACE_Future_Holder() [2/2]

template<class T>
ACE_Future_Holder< T >::ACE_Future_Holder ( )
delete

Member Data Documentation

◆ ACE_ALLOC_HOOK_DECLARE

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

Declare the dynamic allocation hooks.

◆ item_

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

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