#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. | |
| typedef void(* | keywords_pointer) (Keywords &) |
| Pointer to a function which, returns the keywords allowed. | |
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.13.2
|