h5gt 0.2.0
C++ wrapper for HDF5 library (based on HighFive project)
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NH5Easy
 Ndetail
 Cio_impl
 Cio_impl< T, typename std::enable_if< is_vector< T >::value >::type >
 Cis_vector
 Cis_vector< std::vector< T > >
 CCompressionSet compression level for written DataSets
 CDumpOptionsOptions 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
 CAtomicTypeCreate an HDF5 DataType from a C++ type
 CAtomicType< char[StrLen]>
 CAtomicType< FixedLenStringArray< StrLen > >
 CAttributeClass representing an attribute of a dataset or group
 CAttributeExceptionException specific to h5gt Attribute interface
 CCompoundTypeCreate a compound HDF5 datatype
 Cmember_defUse 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)'
 CDataSetClass representing a dataset
 CDataSetAccessProps
 CDataSetCreateProps
 CDataSetExceptionException specific to h5gt DataSet interface
 CDataSpaceClass representing the space (dimensions) of a dataset
 CDataSpaceExceptionException specific to h5gt DataSpace interface
 CDataTransferProps
 CDataTypeHDF5 Data Type
 CDataTypeAccessProps
 CDataTypeCreateProps
 CDataTypeExceptionException specific to h5gt DataType interface
 CElementSet
 CEnumTypeCreate a enum HDF5 datatype
 Cmember_defUse for defining a member of enum type
 CExceptionBasic h5gt Exception class
 CFileFile class
 CFileAccessProps
 CFileCreateProps
 CFileDriverFile driver base concept
 CFileExceptionException specific to h5gt File interface
 CFixedLenStringArrayA structure representing a set of fixed-length strings
 CGroupRepresents an hdf5 group
 CGroupAccessProps
 CGroupCreateProps
 CGroupExceptionException specific to h5gt Group interface
 CHDF5ErrMapper
 CLinkAccessProps
 CLinkCreateProps
 CLinkInfo
 CNodeTraitsNodeTraits: Base class for Group and File
 CObject
 CObjectCopyProps
 CObjectExceptionException specific to h5gt Object interface
 CObjectInfoA class for accessing hdf5 objects info
 CPropertyExceptionException specific to h5gt Property interface
 CPropertyListBase HDF5 property List
 CReferenceAn HDF5 (object) reference type
 CReferenceExceptionException specific to h5gt Reference interface
 CSelectionSelection: represent a view on a slice/part of a dataset
 CSilenceHDF5Utility class to disable HDF5 stack printing inside a scope
 CSliceTraits
 Ccsl
 CPoint