OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
hdfclass.h File Reference
#include <iostream>
#include <string>
#include <vector>
Include dependency graph for hdfclass.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

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 
)

Definition at line 83 of file hcutil.cc.

bool SDSExists ( const char *  filename,
const char *  sdsname 
)

Definition at line 94 of file hcutil.cc.

References BESDEBUG.

Referenced by HDFArray::read_tagref().

bool VdataExists ( const char *  filename,
const char *  vdname 
)

Definition at line 126 of file hcutil.cc.