OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <CmdTranslation.h>
Static Public Member Functions | |
static void | add_translation (const string &name, p_cmd_translator func) |
static void | dump (ostream &strm) |
static int | initialize (int argc, char **argv) |
static bool | is_show () |
static void | remove_translation (const string &name) |
static void | set_show (bool val) |
static int | terminate (void) |
static string | translate (const string &commands) |
Definition at line 49 of file CmdTranslation.h.
|
static |
Definition at line 74 of file CmdTranslation.cc.
Referenced by set_show().
|
static |
Definition at line 1220 of file CmdTranslation.cc.
References BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().
Referenced by set_show().
|
static |
Definition at line 52 of file CmdTranslation.cc.
Referenced by StandAloneApp::initialize(), and CmdApp::initialize().
|
inlinestatic |
Definition at line 83 of file CmdTranslation.h.
Referenced by StandAloneClient::executeClientCommand(), and CmdClient::executeClientCommand().
|
static |
Definition at line 80 of file CmdTranslation.cc.
Referenced by set_show().
|
inlinestatic |
Definition at line 84 of file CmdTranslation.h.
References add_translation(), dump(), remove_translation(), and translate().
Referenced by CmdClient::executeClientCommand(), StandAloneClient::executeCommands(), CmdClient::executeCommands(), StandAloneClient::interact(), CmdClient::interact(), and translate().
|
static |
Definition at line 68 of file CmdTranslation.cc.
Referenced by StandAloneApp::terminate().
|
static |
Definition at line 91 of file CmdTranslation.cc.
References BESTokenizer::get_current_token(), BESTokenizer::get_first_token(), BESError::get_message(), BESTokenizer::get_next_token(), MY_ENCODING, BESTokenizer::parse_container_name(), BESTokenizer::parse_error(), BESTokenizer::remove_quotes(), set_show(), and BESTokenizer::tokenize().
Referenced by StandAloneClient::executeCommands(), CmdClient::executeCommands(), StandAloneClient::interact(), CmdClient::interact(), and set_show().