CommandTreeNode (const string& name,
const ConfigTreeNode* ctn,
const TemplateTreeNode* ttn)
| CommandTreeNode |
~CommandTreeNode ()
| ~CommandTreeNode |
void add_child (CommandTreeNode* child)
| add_child |
void set_parent (CommandTreeNode* parent)
| set_parent |
CommandTreeNode* parent ()
| parent |
[const]
const list<CommandTreeNode*>& children ()
| children |
[const]
string str ()
| str |
[const]
const string& name ()
| name |
[const]
string subtree_str ()
| subtree_str |
[const]
void set_has_command ()
| set_has_command |
bool has_command ()
| has_command |
[const]
const ConfigTreeNode* config_tree_node ()
| config_tree_node |
[const]
const TemplateTreeNode* template_tree_node ()
| template_tree_node |
[const]
const CommandTreeNode* subroot (list<string> path)
| subroot |
[const]
const string& help ()
| help |
[const]