H5::AbstractDs | AbstractDs is an abstract base class, inherited by Attribute and DataSet |
H5::Attribute | Class Attribute operates on HDF5 attributes |
H5::DataSet | Class DataSet operates on HDF5 datasets |
H5::CommonFG | CommonFG is an abstract base class of H5File and H5Group |
H5::Group | Class Group represents an HDF5 group |
H5::H5File | Class H5File represents an HDF5 file |
H5::Exception | Exception provides wrappers of HDF5 error handling functions |
H5::AttributeIException | |
H5::DataSetIException | |
H5::DataSpaceIException | |
H5::DataTypeIException | |
H5::FileIException | |
H5::GroupIException | |
H5::IdComponentException | |
H5::LibraryIException | |
H5::LocationException | |
H5::PropListIException | |
H5::ReferenceException | |
H5::H5Library | Class H5Library operates the HDF5 library globably |
H5::IdComponent | Class IdComponent provides wrappers of the C functions that operate on an HDF5 identifier |
H5::DataSpace | Class DataSpace inherits from IdComponent and provides wrappers for the HDF5's dataspaces |
H5::H5Location | H5Location is an abstract base class, providing a collection of wrappers of the C functions that take a location identifier, which can be either file, group, dataset, attribute, or named datatype |
H5::Attribute | Class Attribute operates on HDF5 attributes |
H5::H5Object | Class H5Object is a bridge between H5Location and DataSet, DataType, and Group |
H5::DataSet | Class DataSet operates on HDF5 datasets |
H5::DataType | Class DataType provides generic operations on HDF5 datatypes |
H5::ArrayType | Class ArrayType inherits from DataType and provides wrappers for the HDF5's Array Datatypes |
H5::AtomType | AtomType is a base class, inherited by IntType, FloatType, StrType, and PredType |
H5::FloatType | FloatType is a derivative of a DataType and operates on HDF5 floating point datatype |
H5::IntType | IntType is a derivative of a DataType and operates on HDF5 integer datatype |
H5::PredType | Class PredType holds the definition of all the HDF5 predefined datatypes |
H5::StrType | StrType is a derivative of a DataType and operates on HDF5 string datatype |
H5::CompType | CompType is a derivative of a DataType and operates on HDF5 compound datatypes |
H5::EnumType | EnumType is a derivative of a DataType and operates on HDF5 enum datatypes |
H5::VarLenType | VarLenType is a derivative of a DataType and operates on HDF5 C's Variable-length Datatypes |
H5::Group | Class Group represents an HDF5 group |
H5::PropList | Class PropList provides operations for generic property lists |
H5::DSetMemXferPropList | Class DSetCreatPropList inherits from PropList and provides wrappers for the HDF5 dataset memory and transfer property list |
H5::FileAccPropList | Class FileAccPropList inherits from PropList and provides wrappers for the HDF5 file access property list |
H5::FileCreatPropList | Class FileCreatPropList inherits from PropList and provides wrappers for the HDF5 file create property list |
H5::LinkAccPropList | Class LinkAccPropList inherits from PropList and provides wrappers for the HDF5 file access property list |
H5::ObjCreatPropList | Class ObjCreatPropList inherits from PropList and provides wrappers for the HDF5 file create property list |
H5::DSetCreatPropList | Class DSetCreatPropList inherits from ObjCreatPropList and provides wrappers for the HDF5 dataset creation property functions |
H5::UserData4Aiterate | |