A union holding either a pointer to a virtual method of class App or one to a non-virtual method of a different type.
Public Field Index: | |
| void(App::* | BuiltIn )() |
| A pointer to a virtual method of class App. | |
| void(* | Custom )(App &) |
| A pointer to a method of a custom derived type. | |
Public Method Index: | |
| MethodPointer (void(*method)(App &)) | |
| MethodPointer (void(App::*method)()) | |
| void(App::* alib::app::App::StateMachine::Command::MethodPointer::BuiltIn) () |
| void(* alib::app::App::StateMachine::Command::MethodPointer::Custom) (App &) |
|
inline |
|
inline |