ocra-recipes
Doxygen documentation for the ocra-recipes repository
Public Types | List of all members
ocra::SubjectBaseTraitsBase< EVT > Struct Template Reference

Base class for objects who can raise events,. More...

#include <ObserverSubjectBase.h>

Inheritance diagram for ocra::SubjectBaseTraitsBase< EVT >:
[legend]

Public Types

typedef InvokerBase< EVT > invoker_base_type
 

Detailed Description

template<int EVT>
struct ocra::SubjectBaseTraitsBase< EVT >

Base class for objects who can raise events,.

See also
ocra::ObserverBase for an example.
Warning
For the time being, ensuring that observers and subjects are alive is left to the client code. No automatic unregistration of a dying observer or subject is performed.

Definition at line 288 of file ObserverSubjectBase.h.

Member Typedef Documentation

template<int EVT>
typedef InvokerBase<EVT> ocra::SubjectBaseTraitsBase< EVT >::invoker_base_type

Definition at line 289 of file ObserverSubjectBase.h.


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