OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
hcutil.cc File Reference
#include "config_hdf.h"
#include <string>
#include <vector>
#include <mfhdf.h>
#include <BESDebug.h>
Include dependency graph for hcutil.cc:

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)
 

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.