▼NH5Easy | |
▼Ndetail | |
Cio_impl | |
Cio_impl< T, typename std::enable_if< is_vector< T >::value >::type > | |
Cis_vector | |
Cis_vector< std::vector< T > > | |
CCompression | Set compression level for written DataSets |
CDumpOptions | Options for dumping data |
▼Nh5gt | |
▼Ndetails | |
CBufferInfo | |
Ccontainer_converter | |
Ccontainer_of_struct_converter | |
Cdata_converter | |
Cdata_converter< CArray, typename std::enable_if<(is_c_array< CArray >::value)>::type > | |
Cdata_converter< Eigen::Matrix< T, M, N >, void > | |
Cdata_converter< FixedLenStringArray< N >, void > | |
Cdata_converter< std::array< T, S >, typename std::enable_if<(std::is_same< T, typename inspector< T >::base_type >::value)>::type > | |
Cdata_converter< std::string, void > | |
Cdata_converter< std::vector< Eigen::Matrix< T, M, N > >, void > | |
Cdata_converter< std::vector< Reference >, void > | |
Cdata_converter< std::vector< std::string >, void > | |
Cdata_converter< std::vector< T >, typename std::enable_if<(is_container< T >::value)>::type > | |
Cdata_converter< std::vector< T >, typename std::enable_if<(std::is_same< T, typename inspector< T >::base_type >::value &&!std::is_same< T, Reference >::value &&!std::is_class< T >::value)>::type > | |
Cdata_converter< std::vector< T >, typename std::enable_if<(std::is_same< T, typename inspector< T >::base_type >::value &&!std::is_same< T, Reference >::value &&std::is_class< T >::value)>::type > | |
CH5GTIterateData | |
Cinspector | |
Cinspector< FixedLenStringArray< N > > | |
Cinspector< std::array< T, N > > | |
Cinspector< std::vector< T > > | |
Cinspector< T * > | |
Cinspector< T[N]> | |
Cis_c_array | |
Cis_c_array< T * > | |
Cis_c_array< T[N]> | |
Cis_container | |
Cis_container< std::vector< T > > | |
Cstring_type_checker | |
Cstring_type_checker< char * > | |
Cstring_type_checker< char[FixedLen]> | |
Cstring_type_checker< void > | |
Ctype_char_array | |
Ctype_char_array< T * > | |
Ctype_char_array< T[N]> | |
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 h5gt Attribute interface |
▼CCompoundType | Create a compound HDF5 datatype |
Cmember_def | Use for defining a sub-type of compound type If your dtype contains 'std::string' then you need to explicitely set 't_offset' in bytest like 'HOFFSET(STRUCT_NAME, MEMBER_NAME)' |
CDataSet | Class representing a dataset |
CDataSetAccessProps | |
CDataSetCreateProps | |
CDataSetException | Exception specific to h5gt DataSet interface |
CDataSpace | Class representing the space (dimensions) of a dataset |
CDataSpaceException | Exception specific to h5gt DataSpace interface |
CDataTransferProps | |
CDataType | HDF5 Data Type |
CDataTypeAccessProps | |
CDataTypeCreateProps | |
CDataTypeException | Exception specific to h5gt DataType interface |
CElementSet | |
▼CEnumType | Create a enum HDF5 datatype |
Cmember_def | Use for defining a member of enum type |
CException | Basic h5gt Exception class |
CFile | File class |
CFileAccessProps | |
CFileCreateProps | |
CFileDriver | File driver base concept |
CFileException | Exception specific to h5gt File interface |
CFixedLenStringArray | A structure representing a set of fixed-length strings |
CGroup | Represents an hdf5 group |
CGroupAccessProps | |
CGroupCreateProps | |
CGroupException | Exception specific to h5gt Group interface |
CHDF5ErrMapper | |
CLinkAccessProps | |
CLinkCreateProps | |
CLinkInfo | |
CNodeTraits | NodeTraits: Base class for Group and File |
CObject | |
CObjectCopyProps | |
CObjectException | Exception specific to h5gt Object interface |
CObjectInfo | A class for accessing hdf5 objects info |
CPropertyException | Exception specific to h5gt Property interface |
CPropertyList | Base HDF5 property List |
CReference | An HDF5 (object) reference type |
CReferenceException | Exception specific to h5gt Reference interface |
CSelection | Selection: represent a view on a slice/part of a dataset |
CSilenceHDF5 | Utility class to disable HDF5 stack printing inside a scope |
CSliceTraits | |
Ccsl | |
CPoint | |