|
enum | Mode { ReadOnly
, ReadWrite
, Create
} |
|
typedef HdfH< H5I_FILE > | Handle |
|
|
| HdfFile (const std::string &path, HdfFile::Mode mode) |
|
bool | isValid () const |
|
hid_t | id () const |
|
std::vector< std::string > | groups () const |
|
HdfGroup | group (const std::string &path) const |
|
HdfDataset | dataset (const std::string &path) const |
|
HdfAttribute | attribute (const std::string &attr_name) const |
|
bool | pathExists (const std::string &path) const |
|
std::string | filePath () const |
|
|
std::shared_ptr< Handle > | d |
|
std::string | mPath |
|
The documentation for this class was generated from the following files: