ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
#include <ObserverSubjectBase.h>
Public Types | |
typedef SubjectBaseTraitsBase< EVT >::invoker_base_type | invoker_base_type |
typedef void(* | callback_type) (int) |
typedef Invoker< void, EVT, false > | invoker_type |
typedef callback_type | invoker_id_type |
typedef std::mem_fun1_ref_t< bool, invoker_base_type, invoker_id_type > | invoker_comparator_type |
Public Types inherited from ocra::SubjectBaseTraitsBase< EVT > | |
typedef InvokerBase< EVT > | invoker_base_type |
Definition at line 303 of file ObserverSubjectBase.h.
typedef void(* ocra::SubjectBaseTraits< EVT, void >::callback_type) (int) |
Definition at line 306 of file ObserverSubjectBase.h.
typedef SubjectBaseTraitsBase<EVT>::invoker_base_type ocra::SubjectBaseTraits< EVT, void >::invoker_base_type |
Definition at line 305 of file ObserverSubjectBase.h.
typedef std::mem_fun1_ref_t<bool, invoker_base_type, invoker_id_type> ocra::SubjectBaseTraits< EVT, void >::invoker_comparator_type |
Definition at line 309 of file ObserverSubjectBase.h.
typedef callback_type ocra::SubjectBaseTraits< EVT, void >::invoker_id_type |
Definition at line 308 of file ObserverSubjectBase.h.
typedef Invoker<void, EVT,false> ocra::SubjectBaseTraits< EVT, void >::invoker_type |
Definition at line 307 of file ObserverSubjectBase.h.