#include <cb_deactivate_on_exit.hpp>
|
| CbDeactivateOnExit () |
|
virtual | ~CbDeactivateOnExit () |
|
template<typename TOrthogonal , typename TSourceObject > |
void | onOrthogonalAllocation () |
|
virtual void | onExit () override |
|
template<typename TOrthogonal , typename TSourceObject > |
void | onOrthogonalAllocation () |
|
virtual | ~SmaccAsyncClientBehavior () |
|
template<typename TCallback , typename T > |
boost::signals2::connection | onSuccess (TCallback callback, T *object) |
|
template<typename TCallback , typename T > |
boost::signals2::connection | onFinished (TCallback callback, T *object) |
|
template<typename TCallback , typename T > |
boost::signals2::connection | onFailure (TCallback callback, T *object) |
|
void | requestForceFinish () |
|
void | executeOnEntry () override |
|
void | executeOnExit () override |
|
void | waitOnEntryThread (bool requestFinish) |
|
template<typename TCallbackMethod , typename T > |
boost::signals2::connection | onSuccess (TCallbackMethod callback, T *object) |
|
template<typename TCallbackMethod , typename T > |
boost::signals2::connection | onFinished (TCallbackMethod callback, T *object) |
|
template<typename TCallbackMethod , typename T > |
boost::signals2::connection | onFailure (TCallbackMethod callback, T *object) |
|
| ISmaccClientBehavior () |
|
virtual | ~ISmaccClientBehavior () |
|
ISmaccStateMachine * | getStateMachine () |
|
std::string | getName () const |
|
template<typename SmaccClientType > |
void | requiresClient (SmaccClientType *&storage) |
|
template<typename SmaccComponentType > |
void | requiresComponent (SmaccComponentType *&storage, bool throwExceptionIfNotExist=false) |
|
virtual void | onEntry () |
|
Definition at line 28 of file cb_deactivate_on_exit.hpp.
◆ CbDeactivateOnExit()
cl_lifecyclenode::CbDeactivateOnExit::CbDeactivateOnExit |
( |
| ) |
|
|
inline |
◆ ~CbDeactivateOnExit()
virtual cl_lifecyclenode::CbDeactivateOnExit::~CbDeactivateOnExit |
( |
| ) |
|
|
inlinevirtual |
◆ onExit()
virtual void cl_lifecyclenode::CbDeactivateOnExit::onExit |
( |
| ) |
|
|
inlineoverridevirtual |
◆ onOrthogonalAllocation()
template<typename TOrthogonal , typename TSourceObject >
void cl_lifecyclenode::CbDeactivateOnExit::onOrthogonalAllocation |
( |
| ) |
|
|
inline |
◆ lifecycleNodeClient_
ClLifecycleNode* cl_lifecyclenode::CbDeactivateOnExit::lifecycleNodeClient_ |
|
private |
The documentation for this class was generated from the following file: