HighFive 2.3.1
HighFive - Header-only C++ HDF5 interface
|
▼NH5Easy | Read/dump DataSets or Attribute using a minimalistic syntax. To this end, the functions are templated, and accept: |
CCompression | Signal to set compression level for written DataSets |
CDumpOptions | Define options for dumping data |
▼NHighFive | |
CAnnotateTraits | |
CAtomicType | Create an HDF5 DataType from a C++ type |
CAtomicType< char[StrLen]> | |
CAtomicType< FixedLenStringArray< StrLen > > | |
CAttribute | Class representing an attribute of a dataset or group |
CAttributeException | Exception specific to HighFive Attribute interface |
CCaching | |
CChunking | |
▼CCompoundType | Create a compound HDF5 datatype |
Cmember_def | Use for defining a sub-type of compound type |
CCreateIntermediateGroup | |
CDataSet | Class representing a dataset |
CDataSetException | Exception specific to HighFive DataSet interface |
CDataSpace | Class representing the space (dimensions) of a dataset |
CDataSpaceException | Exception specific to HighFive DataSpace interface |
CDataType | HDF5 Data Type |
CDataTypeException | Exception specific to HighFive DataType interface |
CDeflate | |
CElementSet | |
▼CEnumType | Create a enum HDF5 datatype |
Cmember_def | Use for defining a member of enum type |
CException | Basic HighFive Exception class |
CFile | File class |
CFileDriver | File driver base concept |
CFileException | Exception specific to HighFive File interface |
CFixedLenStringArray | A structure representing a set of fixed-length strings |
CGroup | Represents an hdf5 group |
CGroupException | Exception specific to HighFive Group interface |
CHDF5ErrMapper | |
CMPIOFileDriver | MPIIO Driver for Parallel HDF5 |
CNodeTraits | NodeTraits: Base class for Group and File |
CObject | |
CObjectException | Exception specific to HighFive Object interface |
CObjectInfo | A class for accessing hdf5 objects info |
CPathTraits | |
CPropertyException | Exception specific to HighFive Property interface |
CPropertyList | HDF5 property Lists |
CPropertyListBase | Base Class for Property lists, providing global default |
CRawPropertyList | |
CReference | An HDF5 (object) reference type |
CReferenceException | Exception specific to HighFive Reference interface |
CSelection | Selection: represent a view on a slice/part of a dataset |
CShuffle | |
CSilenceHDF5 | Utility class to disable HDF5 stack printing inside a scope |
CSliceTraits | |
CSzip |