Definition of a command handler with its configuration. More...
Public Member Functions | |
CommandHandlerDef () | |
Default constructor. More... | |
CommandHandlerDef (const CommandHandlerDef &o) | |
Copy constructor. More... | |
CommandHandlerDef (cmdbind::CommandHandlerUnit *unit_, const config::NamedConfiguration *configuration_) | |
Constructor. More... | |
~CommandHandlerDef () | |
Destructor. More... | |
Public Attributes | |
cmdbind::CommandHandlerUnitR | unit |
command handler unit to instantiate new command handlers More... | |
const config::NamedConfiguration * | configuration |
command handler configuration More... | |
Definition of a command handler with its configuration.
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inline |
Constructor.
|
inline |
Destructor.
const config::NamedConfiguration* _Wolframe::proc::ProcessorProvider::CommandHandlerDef::configuration |
command handler configuration
cmdbind::CommandHandlerUnitR _Wolframe::proc::ProcessorProvider::CommandHandlerDef::unit |
command handler unit to instantiate new command handlers
Copyright © 2014 - Project Wolframe - All Rights Reserved