atlas
0.6
|
#include "commands_fwd.h"
#include <map>
#include <set>
#include <vector>
#include <cstring>
#include "input.h"
Go to the source code of this file.
Classes | |
struct | atlas::commands::StrCmp |
struct | atlas::commands::Command |
class | atlas::commands::CommandNode |
class | atlas::commands::CommandTree |
Namespaces | |
atlas | |
atlas::commands | |
Typedefs | |
typedef void(* | atlas::commands::action_pointer) () |
Enumerations | |
enum | atlas::commands::CheckResult { atlas::commands::NotFound, atlas::commands::PartialMatch, atlas::commands::Ambiguous, atlas::commands::Found } |
Functions | |
input::InputBuffer & | atlas::commands::currentLine () |
const CommandTree * | atlas::commands::currentMode () |
void | atlas::commands::run_from (const CommandTree &initial_mode) |
void | atlas::commands::drop_to (const CommandTree &mode) |
void | atlas::commands::exitInteractive () |
void | atlas::commands::exitMode () |
void | atlas::commands::relax_f () |
void | atlas::commands::nohelp_h () |
void | atlas::commands::std_help () |
void | atlas::commands::use_tag () |