|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <iostream>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | array_ce |
| class | hdf_attr |
| class | hdf_dim |
| class | hdf_field |
| class | hdf_genvec |
| class | hdf_gri |
| class | hdf_palette |
| class | hdf_sds |
| class | hdf_vdata |
| class | hdf_vgroup |
| struct | hdfclass |
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().