Classes | |
| class | atlas::commands::StrCmp |
| struct | atlas::commands::Command |
| class | atlas::commands::CommandMode |
| struct | atlas::commands::EntryError |
Typedefs | |
| typedef std::map< const char *, const char *, StrCmp > | TagDict |
Enumerations | |
| enum | CheckResult { Ambiguous, Found, NotFound, numCheckResults } |
Functions | |
| void | activate (const CommandMode &mode) |
| void | addCommands (CommandMode &dest, const CommandMode &source) |
| CheckResult | checkName (const CommandMode &mode, const char *name) |
| input::InputBuffer & | currentLine () |
| const CommandMode * | currentMode () |
| void | defaultError (const char *str) |
| void | exitInteractive () |
| void | exitMode () |
| void | insertTag (TagDict &t, const char *name, const char *tag) |
| void | printTags (std::ostream &strm, const TagDict &t) |
| void | run (const CommandMode &initMode) |
| void | relax_f () |
|
|
Definition at line 25 of file commands_fwd.h. |
|
|
Definition at line 27 of file commands.h. Referenced by checkName(). |
|
|
Definition at line 254 of file commands.cpp. References atlas::commands::CommandMode::entry(), and atlas::modeStack. Referenced by atlas::execute(), atlas::help_f(), atlas::realform_f(), run(), and atlas::type_f(). |
|
||||||||||||
|
Definition at line 270 of file commands.cpp. References atlas::commands::CommandMode::add(), atlas::commands::CommandMode::begin(), and atlas::commands::CommandMode::end(). Referenced by atlas::blockmode::blockMode(), atlas::mainmode::mainMode(), and atlas::realmode::realMode(). |
|
||||||||||||
|
Definition at line 280 of file commands.cpp. References atlas::ambiguous(), CheckResult, atlas::commands::CommandMode::end(), atlas::commands::CommandMode::extensions(), and atlas::commands::CommandMode::findName(). |
|
|
Definition at line 303 of file commands.cpp. |
|
|
Definition at line 321 of file commands.cpp. References atlas::modeStack. Referenced by atlas::completionGenerator(). |
|
|
Definition at line 333 of file commands.cpp. |
|
|
Definition at line 345 of file commands.cpp. References exitMode(), atlas::modeStack, and atlas::runFlag. |
|
|
Definition at line 358 of file commands.cpp. References atlas::commands::CommandMode::exit(), and atlas::modeStack. Referenced by exitInteractive(), atlas::realform_f(), and atlas::type_f(). |
|
||||||||||||||||
|
Definition at line 372 of file commands.cpp. Referenced by atlas::blockmode::addBlockHelp(), atlas::emptyhelp::addEmptyHelp(), atlas::mainhelp::addMainHelp(), atlas::realhelp::addRealHelp(), atlas::special::addSpecialHelp(), and atlas::helpmode::helpMode(). |
|
||||||||||||
|
Definition at line 382 of file commands.cpp. References atlas::commands::CommandMode::end(). Referenced by atlas::questionMark_h(). |
|
|
Definition at line 45 of file commands.h. |
|
|
Definition at line 407 of file commands.cpp. References activate(), atlas::ambiguous(), atlas::commands::CommandMode::error(), atlas::execute(), atlas::commands::CommandMode::extensions(), atlas::getCommand(), atlas::isEqual(), atlas::modeStack, and atlas::runFlag. Referenced by main(). |
1.3.9.1