ADTF  3.18.2
level_machine< Subclass, LevelType, START_LEVEL >::dispatcher< Handler, InnerHandlers... >

Internal dispatcher to get the handler method for level chnage. More...

Static Public Member Functions

static tResult DispatchMethod (Subclass *pObj, LevelType eLevel, tDirection eDir)
 

Detailed Description

template<typename Subclass, typename LevelType, LevelType START_LEVEL>
template<typename Handler, typename ... InnerHandlers>
struct adtf::ucom::ant::level_machine< Subclass, LevelType, START_LEVEL >::dispatcher< Handler, InnerHandlers... >

Internal dispatcher to get the handler method for level chnage.

Template Parameters
Handlerthe Handler Methods and properties.

Definition at line 99 of file level_machine.h.