|
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 | ||
| ) |
| bool break_types | ( | const string & | s, |
| string & | err | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 64 of file besregtest.cc.
References break_includes(), break_types(), expressions, 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.
Referenced by break_includes(), break_types(), and main().