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

Definition at line 266 of file OverloadedCommand.hh.
Public Types |
|
| typedef OverloadedCommandNode | node_type |
| typedef OverloadedCommandNode & | result_type |
Public Member Functions |
|
| SimpleOverloadAttributor (SimpleCommandOverload::Function fn) | |
| SimpleOverloadAttributor const & | doc (std::string const &doc) const |
| SimpleOverloadAttributor const & | shortdoc (std::string const &doc) const |
| SimpleOverloadAttributor const & | overloadDoc (std::string const &doc) const |
| OverloadedCommandNode & | create (DirectoryNode &dir, std::string const &name) const |
| typedef OverloadedCommandNode senf::console::SimpleOverloadAttributor:: | ||||
| node_type | ||||
Definition at line 270 of file OverloadedCommand.hh.
| typedef OverloadedCommandNode& senf::console::SimpleOverloadAttributor:: | ||||
| result_type | ||||
Definition at line 271 of file OverloadedCommand.hh.
| senf::console::SimpleOverloadAttributor:: | ||||
| SimpleOverloadAttributor | ( | SimpleCommandOverload::Function | fn | ) |
Definition at line 160 of file OverloadedCommand.cci.
| senf::console::OverloadedCommandNode & senf::console::SimpleOverloadAttributor:: | ||||
| create | ( | DirectoryNode & | dir, | |
| std::string const & | name | ) | ||
Definition at line 189 of file OverloadedCommand.cci.
| senf::console::SimpleOverloadAttributor const & senf::console::SimpleOverloadAttributor:: | ||||
| doc | ( | std::string const & | doc | ) |
Definition at line 165 of file OverloadedCommand.cci.
| senf::console::SimpleOverloadAttributor const & senf::console::SimpleOverloadAttributor:: | ||||
| overloadDoc | ( | std::string const & | doc | ) |
Definition at line 181 of file OverloadedCommand.cci.
| senf::console::SimpleOverloadAttributor const & senf::console::SimpleOverloadAttributor:: | ||||
| shortdoc | ( | std::string const & | doc | ) |
Definition at line 173 of file OverloadedCommand.cci.