|
Namespaces |
namespace | atlas |
namespace | atlas::commands |
Classes |
class | atlas::commands::StrCmp |
struct | atlas::commands::Command |
class | atlas::commands::CommandMode |
Enumerations |
enum | atlas::commands::CheckResult { atlas::commands::Ambiguous,
atlas::commands::Found,
atlas::commands::NotFound,
atlas::commands::numCheckResults
} |
Functions |
void | atlas::commands::activate (const CommandMode &mode) |
void | atlas::commands::addCommands (CommandMode &dest, const CommandMode &source) |
CheckResult | atlas::commands::checkName (const CommandMode &mode, const char *name) |
input::InputBuffer & | atlas::commands::currentLine () |
const CommandMode * | atlas::commands::currentMode () |
void | atlas::commands::defaultError (const char *str) |
void | atlas::commands::exitInteractive () |
void | atlas::commands::exitMode () |
void | atlas::commands::insertTag (TagDict &t, const char *name, const char *tag) |
void | atlas::commands::printTags (std::ostream &strm, const TagDict &t) |
void | atlas::commands::pushCommand (const char *name) |
void | atlas::commands::relax_f () |
void | atlas::commands::run (const CommandMode &initMode) |