hops
|
Namespaces | |
details | |
Classes | |
class | AnnotateTraits |
class | AtomicType |
create an HDF5 DataType from a C++ type More... | |
class | AtomicType< char[StrLen]> |
class | AtomicType< FixedLenStringArray< StrLen > > |
class | Attribute |
Class representing an attribute of a dataset or group. More... | |
class | AttributeException |
Exception specific to HighFive Attribute interface. More... | |
class | Caching |
class | Chunking |
class | CompoundType |
Create a compound HDF5 datatype. More... | |
class | DataSet |
Class representing a dataset. More... | |
class | DataSetException |
Exception specific to HighFive DataSet interface. More... | |
class | DataSpace |
Class representing the space (dimensions) of a dataset. More... | |
class | DataSpaceException |
Exception specific to HighFive DataSpace interface. More... | |
class | DataType |
HDF5 Data Type. More... | |
class | DataTypeException |
Exception specific to HighFive DataType interface. More... | |
class | Deflate |
class | ElementSet |
class | EnumType |
Create a enum HDF5 datatype. More... | |
class | Exception |
Basic HighFive Exception class. More... | |
class | File |
File class. More... | |
class | FileDriver |
file driver base concept More... | |
class | FileException |
Exception specific to HighFive File interface. More... | |
class | FixedLenStringArray |
A structure representing a set of fixed-length strings. More... | |
class | Group |
Represents an hdf5 group. More... | |
class | GroupException |
Exception specific to HighFive Group interface. More... | |
struct | HDF5ErrMapper |
class | MPIOFileDriver |
MPIIO Driver for Parallel HDF5. More... | |
class | NodeTraits |
NodeTraits: Base class for Group and File. More... | |
class | Object |
class | ObjectException |
Exception specific to HighFive Object interface. More... | |
class | ObjectInfo |
A class for accessing hdf5 objects info. More... | |
class | PropertyException |
Exception specific to HighFive Property interface. More... | |
class | PropertyList |
Base HDF5 property List. More... | |
class | RawPropertyList |
class | Reference |
An HDF5 (object) reference type. More... | |
class | ReferenceException |
Exception specific to HighFive Reference interface. More... | |
class | Selection |
Selection: represent a view on a slice/part of a dataset. More... | |
class | Shuffle |
class | SilenceHDF5 |
Utility class to disable HDF5 stack printing inside a scope. More... | |
class | SliceTraits |
Typedefs | |
typedef PropertyList< PropertyType::FILE_CREATE > | FileCreateProps |
typedef PropertyList< PropertyType::FILE_ACCESS > | FileAccessProps |
typedef PropertyList< PropertyType::DATASET_CREATE > | DataSetCreateProps |
typedef PropertyList< PropertyType::DATASET_ACCESS > | DataSetAccessProps |
typedef PropertyList< PropertyType::DATASET_XFER > | DataTransferProps |
Functions | |
template<typename T > | |
DataType | create_datatype () |
Create a DataType instance representing type T. More... | |
template<typename T > | |
DataType | create_and_check_datatype () |
Create a DataType instance representing type T and perform a sanity check on its size. More... | |
static LinkType | _convert_link_type (const H5L_type_t <ype) noexcept |
static ObjectType | _convert_object_type (const H5I_type_t &h5type) |
|
strong |
|
strong |
|
strong |
|
strong |
|
inlinestaticnoexcept |
|
inlinestatic |
|
inline |
Create a DataType instance representing type T and perform a sanity check on its size.