ACE_Future_Observer<T>
More...
#include <Future.h>
ACE_Future_Observer<T>
An ACE_Future_Observer object implements an object that is subscribed with an ACE_Future object so that it may be notified when the value of the ACE_Future object is written to by a writer thread. It uses the Observer pattern.
◆ ~ACE_Future_Observer()
virtual ACE_Future_Observer::~ACE_Future_Observer |
( |
void |
| ) |
|
|
virtual |
◆ ACE_Future_Observer()
ACE_Future_Observer::ACE_Future_Observer |
( |
void |
| ) |
|
|
protected |
◆ update()
virtual void ACE_Future_Observer::update |
( |
const ACE_Future< T > & |
future | ) |
|
|
pure virtual |
◆ ACE_ALLOC_HOOK_DECLARE
ACE_Future_Observer::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
The documentation for this class was generated from the following file: