Wolframe, 0.0.3

_Wolframe::proc::ProcessorProvider::CommandHandlerDef Class Reference

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::NamedConfigurationconfiguration
 command handler configuration More...
 

Detailed Description

Definition of a command handler with its configuration.

Constructor & Destructor Documentation

_Wolframe::proc::ProcessorProvider::CommandHandlerDef::CommandHandlerDef ( )
inline

Default constructor.

_Wolframe::proc::ProcessorProvider::CommandHandlerDef::CommandHandlerDef ( const CommandHandlerDef o)
inline

Copy constructor.

_Wolframe::proc::ProcessorProvider::CommandHandlerDef::CommandHandlerDef ( cmdbind::CommandHandlerUnit unit_,
const config::NamedConfiguration configuration_ 
)
inline

Constructor.

_Wolframe::proc::ProcessorProvider::CommandHandlerDef::~CommandHandlerDef ( )
inline

Destructor.

Member Data Documentation

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


The documentation for this class was generated from the following file: