#include <ActionRegister.h>
Public Types | |
typedef std::unique_ptr< Action >(* | creator_pointer) (const ActionOptions &) |
Pointer to a function which, given the options, create an Action. More... | |
typedef void(* | keywords_pointer) (Keywords &) |
Pointer to a function which, returns the keywords allowed. More... | |
Public Attributes | |
creator_pointer | create |
keywords_pointer | keys |
typedef std::unique_ptr<Action>(* PLMD::ActionRegisterPointers::creator_pointer) (const ActionOptions &) |
Pointer to a function which, given the options, create an Action.
typedef void(* PLMD::ActionRegisterPointers::keywords_pointer) (Keywords &) |
Pointer to a function which, returns the keywords allowed.
creator_pointer PLMD::ActionRegisterPointers::create |
keywords_pointer PLMD::ActionRegisterPointers::keys |
Hosted by GitHub | 1.8.17 |