|
Nektar++
|
Classes | |
| class | Attribute |
| HDF5 Attribute Wrapper. More... | |
| class | CanHaveAttributes |
| Mixin for objects that can have attributes (Group, DataSet, DataType) More... | |
| class | CanHaveGroupsDataSets |
| Mixin for objects that contain groups and datasets (Group and File) More... | |
| class | CompoundDataType |
| class | DataSet |
| class | DataSpace |
| HDF5 DataSpace wrapper. More... | |
| class | DataType |
| Wrap and HDF5 data type object. Technically this can have attributes, but not really bothered. More... | |
| struct | DataTypeConversionPolicy |
| struct | DataTypeConversionPolicy< std::string > |
| struct | DataTypeTraits |
| Traits class for HDF5 data types. More... | |
| class | Error |
| class | File |
| HDF5 file wrapper. More... | |
| class | Group |
| HDF5 Group wrapper. More... | |
| class | Object |
| HDF5 base class. More... | |
| class | PList |
| class | PredefinedDataType |
| Predefined HDF data types that must not be closed when done with. More... | |
Typedefs | |
| typedef std::shared_ptr< Group > | GroupSharedPtr |
| typedef std::shared_ptr< Object > | ObjectSharedPtr |
| typedef std::shared_ptr< DataType > | DataTypeSharedPtr |
| typedef std::shared_ptr< CompoundDataType > | CompoundDataTypeSharedPtr |
| typedef std::shared_ptr< DataSpace > | DataSpaceSharedPtr |
| typedef std::shared_ptr< CanHaveAttributes > | CanHaveAttributesSharedPtr |
| typedef std::shared_ptr< Attribute > | AttributeSharedPtr |
| typedef std::shared_ptr< CanHaveGroupsDataSets > | CanHaveGroupsDataSetsSharedPtr |
| typedef std::shared_ptr< File > | FileSharedPtr |
| typedef std::shared_ptr< DataSet > | DataSetSharedPtr |
| typedef std::shared_ptr< PList > | PListSharedPtr |
| typedef std::shared_ptr<Attribute> Nektar::LibUtilities::H5::AttributeSharedPtr |
| typedef std::shared_ptr<CanHaveAttributes> Nektar::LibUtilities::H5::CanHaveAttributesSharedPtr |
| typedef std::shared_ptr<CanHaveGroupsDataSets> Nektar::LibUtilities::H5::CanHaveGroupsDataSetsSharedPtr |
| typedef std::shared_ptr<CompoundDataType> Nektar::LibUtilities::H5::CompoundDataTypeSharedPtr |
| typedef std::shared_ptr<DataSet> Nektar::LibUtilities::H5::DataSetSharedPtr |
| typedef std::shared_ptr<DataSpace> Nektar::LibUtilities::H5::DataSpaceSharedPtr |
| typedef std::shared_ptr<DataType> Nektar::LibUtilities::H5::DataTypeSharedPtr |
| typedef std::shared_ptr<File> Nektar::LibUtilities::H5::FileSharedPtr |
| typedef std::shared_ptr< Group > Nektar::LibUtilities::H5::GroupSharedPtr |
Definition at line 50 of file FieldIOHdf5.h.
| typedef std::shared_ptr<Object> Nektar::LibUtilities::H5::ObjectSharedPtr |
| typedef std::shared_ptr<PList> Nektar::LibUtilities::H5::PListSharedPtr |