Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Typedefs
Nektar::LibUtilities::H5 Namespace Reference

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  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 boost::shared_ptr< GroupGroupSharedPtr
 
typedef boost::shared_ptr< ObjectObjectSharedPtr
 
typedef boost::shared_ptr
< DataType
DataTypeSharedPtr
 
typedef boost::shared_ptr
< DataSpace
DataSpaceSharedPtr
 
typedef boost::shared_ptr
< CanHaveAttributes
CanHaveAttributesSharedPtr
 
typedef boost::shared_ptr
< Attribute
AttributeSharedPtr
 
typedef boost::shared_ptr
< CanHaveGroupsDataSets
CanHaveGroupsDataSetsSharedPtr
 
typedef boost::shared_ptr< FileFileSharedPtr
 
typedef boost::shared_ptr
< DataSet
DataSetSharedPtr
 
typedef boost::shared_ptr< PListPListSharedPtr
 

Typedef Documentation

Definition at line 92 of file H5.h.

Definition at line 90 of file H5.h.

Definition at line 94 of file H5.h.

Definition at line 100 of file H5.h.

Definition at line 88 of file H5.h.

Definition at line 86 of file H5.h.

typedef boost::shared_ptr<File> Nektar::LibUtilities::H5::FileSharedPtr

Definition at line 98 of file H5.h.

typedef boost::shared_ptr< Group > Nektar::LibUtilities::H5::GroupSharedPtr

Definition at line 50 of file FieldIOHdf5.h.

Definition at line 84 of file H5.h.

typedef boost::shared_ptr<PList> Nektar::LibUtilities::H5::PListSharedPtr

Definition at line 102 of file H5.h.