|
OpenRTM-aist
1.2.1
|
#include <ManagerActionListener.h>


Public Member Functions | |
| virtual | ~ManagerActionListenerHolder () |
| virtual void | preShutdown () |
| preShutdown callback function TODO: Documentation More... | |
| virtual void | postShutdown () |
| postShutdown callback function TODO: Documentation More... | |
| virtual void | preReinit () |
| preReinit callback function TODO: Documentation More... | |
| virtual void | postReinit () |
| postReinit callback function TODO: Documentation More... | |
Public Member Functions inherited from RTM::util::ListenerHolder< ManagerActionListener > | |
| ListenerHolder () | |
| ListenerHolder class ctor. More... | |
| virtual | ~ListenerHolder () |
| ListenerHolder class dtor. More... | |
| virtual void | addListener (ManagerActionListener *listener, bool autoclean) |
| add listener object More... | |
| virtual void | removeListener (ManagerActionListener *listener) |
| remove listener object More... | |
Additional Inherited Members | |
Public Types inherited from RTM::util::ListenerHolder< ManagerActionListener > | |
| typedef coil::Guard< coil::Mutex > | Guard |
| typedef std::pair< ManagerActionListener *, bool > | Entry |
| typedef std::vector< Entry > | EntryList |
| typedef EntryList::iterator | EntryIterator |
Protected Member Functions inherited from coil::NonCopyable | |
| NonCopyable () | |
| Constructor. More... | |
| ~NonCopyable () | |
| Destructor. More... | |
Protected Attributes inherited from RTM::util::ListenerHolder< ManagerActionListener > | |
| coil::Mutex | m_mutex |
| Mutex. More... | |
| EntryList | m_listeners |
| List of listener object. More... | |
|
virtual |
|
virtual |
postReinit callback function TODO: Documentation
|
virtual |
postShutdown callback function TODO: Documentation
|
virtual |
preReinit callback function TODO: Documentation
|
virtual |
preShutdown callback function TODO: Documentation
1.8.11