31 #include "splash/DataCollector.hpp" 32 #include "splash/DCException.hpp" 33 #include "splash/core/HandleMgr.hpp" 44 typedef std::vector<H5Handle> HandlesList;
57 H5Handle open(H5Handle base, std::string path)
throw (DCException);
58 H5Handle create(H5Handle base, std::string path)
throw (DCException);
59 H5Handle openCreate(H5Handle base, std::string path)
throw (DCException);
60 void close() throw (DCException);
68 static
bool exists(H5Handle base, std::
string path);
69 static
void remove(H5Handle base, std::
string path) throw (DCException);
73 static
void getEntriesInternal(H5Handle base, const std::
string baseGroup,
74 std::
string baseName, VisitObjCBType *param) throw (DCException);
82 static std::
string getExceptionString(std::
string msg, std::
string name);
struct splash::DataCollector::_DCEntry DCEntry