#include <Future.h>
Collaboration diagram for ACE_Future_Holder:

Public Methods | |
| 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 Methods | |
| ACE_Future_Holder (void) | |
Definition at line 42 of file Future.h.
|
||||||||||
|
Definition at line 22 of file Future.cpp.
00023 : item_ (item) 00024 { 00025 } |
|
||||||||||
|
Definition at line 28 of file Future.cpp.
00029 {
00030 }
|
|
||||||||||
|
Definition at line 17 of file Future.cpp.
00018 {
00019 }
|
|
|||||
|
Declare the dynamic allocation hooks.
|
|
|||||
|
Definition at line 51 of file Future.h. Referenced by ACE_Future_Set::next_readable, and ACE_Future_Set::~ACE_Future_Set. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002