ACE 8.0.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
ACE_Future_Observer< T > Class Template Referenceabstract

ACE_Future_Observer<T> More...

#include <Future.h>

Inheritance diagram for ACE_Future_Observer< T >:
Inheritance graph
[legend]

Public Member Functions

virtual ~ACE_Future_Observer ()=default
 Destructor.
 
virtual void update (const ACE_Future< T > &future)=0
 

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.
 

Protected Member Functions

 ACE_Future_Observer ()=default
 Constructor.
 

Detailed Description

template<class T>
class ACE_Future_Observer< T >

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.

Constructor & Destructor Documentation

◆ ~ACE_Future_Observer()

template<class T >
virtual ACE_Future_Observer< T >::~ACE_Future_Observer ( )
virtualdefault

Destructor.

◆ ACE_Future_Observer()

template<class T >
ACE_Future_Observer< T >::ACE_Future_Observer ( )
protecteddefault

Constructor.

Member Function Documentation

◆ update()

template<class T >
virtual void ACE_Future_Observer< T >::update ( const ACE_Future< T > & future)
pure virtual

Called by the ACE_Future in which we are subscribed to when its value is written to.

Implemented in ACE_Future_Set< T >.

Member Data Documentation

◆ ACE_ALLOC_HOOK_DECLARE

template<class T >
ACE_Future_Observer< T >::ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.


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