OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
Go to the source code of this file.
Functions | |
bool | break_includes (const string &s, string &err) |
bool | break_types (const string &s, string &err) |
int | main (int argc, char **argv) |
void | usage (const string &prog) |
Variables | |
multimap< string, string > | expressions |
bool break_includes | ( | const string & | s, |
string & | err | ||
) |
Definition at line 143 of file besregtest.cc.
Referenced by main().
bool break_types | ( | const string & | s, |
string & | err | ||
) |
Definition at line 176 of file besregtest.cc.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 64 of file besregtest.cc.
References break_includes(), break_types(), BESError::get_message(), BESRegex::match(), and usage().
void usage | ( | const string & | prog | ) |
Definition at line 51 of file besregtest.cc.
Referenced by main().
multimap<string,string> expressions |
Definition at line 45 of file besregtest.cc.