#include <senf/Utils/Console/ParsedCommand.hh>

ParsedCommandOverload provides the command overload added to an OverloadedCommandNode for an automatically parsed command.
This class is normally instantiated automatically when adding a function or member-function pointer as callback to the tree. Manually instantiation this type of overload is not simple, since the function signature has to be manipulated correctly to support the optional std::ostream first argument.
Definition at line 176 of file ParsedCommand.hh.
Public Types |
|
| typedef boost::intrusive_ptr < ParsedCommandOverload > |
ptr |
| typedef boost::intrusive_ptr<ParsedCommandOverload> senf::console::ParsedCommandOverload< FunctionTraits, ReturnType, arity >:: | ||||
| ptr | ||||
Reimplemented from senf::console::ParsedCommandOverloadBase.
Definition at line 179 of file ParsedCommand.hh.