#include <commands.h>
atlas::commands::CommandNode::CommandNode |
( |
const char * |
str, |
|
|
void(*)() |
entry = &relax_f , |
|
|
void(*)() |
exit = &relax_f |
|
) |
| |
atlas::commands::CommandNode::~CommandNode |
( |
| ) |
|
|
inline |
void atlas::commands::CommandNode::add |
( |
const char *const |
name, |
|
|
const Command & |
action |
|
) |
| |
|
protected |
void atlas::commands::CommandNode::addCommands |
( |
const CommandNode & |
source | ) |
|
void atlas::commands::CommandNode::entry |
( |
| ) |
const |
|
inlineprotected |
void atlas::commands::CommandNode::exit |
( |
| ) |
const |
|
inline |
const_iterator atlas::commands::CommandNode::find |
( |
const char * |
name | ) |
const |
|
inlineprotected |
const_iterator atlas::commands::CommandNode::find_prefix |
( |
const char * |
name | ) |
const |
|
inlineprotected |
void atlas::commands::CommandNode::nohelp_add |
( |
const char *const |
name, |
|
|
action_pointer |
f |
|
) |
| |
|
inline |
const char* atlas::commands::CommandNode::prompt |
( |
| ) |
const |
|
inline |
const char* atlas::commands::CommandNode::d_prompt |
|
private |
The documentation for this class was generated from the following files:
- /home/ran/atlas_project/latest_branch_07182016/sources/interface/commands.h
- /home/ran/atlas_project/latest_branch_07182016/sources/interface/commands.cpp