#include <boost/statechart/state_machine.hpp>
|
| template<class StateBaseType> |
| static const StateBaseType * | deref_if_necessary (const StateBaseType *pState) |
| template<class Target, class IdType> |
| static IdType | type_id () |
| static bool | found (const void *pFound) |
| template<class Target> |
| static Target | not_found () |
Definition at line 102 of file state_machine.hpp.
◆ deref_if_necessary()
template<class StateBaseType>
| const StateBaseType * boost::statechart::detail::state_cast_impl_pointer_target::deref_if_necessary |
( |
const StateBaseType * | pState | ) |
|
|
inlinestatic |
◆ found()
| bool boost::statechart::detail::state_cast_impl_pointer_target::found |
( |
const void * | pFound | ) |
|
|
inlinestatic |
◆ not_found()
template<class Target>
| Target boost::statechart::detail::state_cast_impl_pointer_target::not_found |
( |
| ) |
|
|
inlinestatic |
◆ type_id()
template<class Target, class IdType>
| IdType boost::statechart::detail::state_cast_impl_pointer_target::type_id |
( |
| ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: