|
void | observeBegin (CObservable &obj) |
| Starts the subscription of this observer to the given object. More...
|
|
void | observeEnd (CObservable &obj) |
| Ends the subscription of this observer to the given object (note that there is no need to call this method, since the destruction of the first of observer/observed will put an end to the process. More...
|
|
|
void | OnEvent (const mrptEvent &e) override |
| This virtual function will be called upon receive of any event after starting listening at any CObservable object. More...
|
|
void | OnEvent (const mrptEvent &e) override |
| This virtual function will be called upon receive of any event after starting listening at any CObservable object. More...
|
|
◆ internal_on_event()
void CObserver::internal_on_event |
( |
const mrptEvent & |
e | ) |
|
|
privateinherited |
◆ observeBegin()
◆ observeEnd()
Ends the subscription of this observer to the given object (note that there is no need to call this method, since the destruction of the first of observer/observed will put an end to the process.
- See also
- observeBegin
Definition at line 36 of file CObserver.cpp.
◆ OnEvent() [1/2]
void MyObserver::OnEvent |
( |
const mrptEvent & |
e | ) |
|
|
inlineoverrideprotectedvirtual |
◆ OnEvent() [2/2]
void MyObserver::OnEvent |
( |
const mrptEvent & |
e | ) |
|
|
inlineoverrideprotectedvirtual |
◆ m_subscribed
std::set<CObservable*> mrpt::system::CObserver::m_subscribed |
|
privateinherited |