|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config_hdf.h"#include <string>#include <vector>#include <mfhdf.h>#include <BESDebug.h>
Go to the source code of this file.
Functions | |
| bool | GRExists (const char *filename, const char *grname) |
| string | join (const vector< string > &sv, const string &delim) |
| bool | SDSExists (const char *filename, const char *sdsname) |
| bool | VdataExists (const char *filename, const char *vdname) |
| bool GRExists | ( | const char * | filename, |
| const char * | grname | ||
| ) |
Definition at line 110 of file hcutil.cc.
Referenced by HDFArray::read_tagref().
| string join | ( | const vector< string > & | sv, |
| const string & | delim | ||
| ) |
| bool SDSExists | ( | const char * | filename, |
| const char * | sdsname | ||
| ) |
Definition at line 94 of file hcutil.cc.
References BESDEBUG.
Referenced by HDFArray::read_tagref().