HighFive  2.2.2
HighFive - Header-only C++ HDF5 interface
H5PropertyList.hpp File Reference
#include <vector>
#include <H5Ppublic.h>
#include "H5Exception.hpp"
#include "H5Object.hpp"
#include "bits/H5PropertyList_misc.hpp"
Include dependency graph for H5PropertyList.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HighFive::PropertyList< T >
 Base HDF5 property List. More...
 
class  HighFive::RawPropertyList< T >
 
class  HighFive::Chunking
 
class  HighFive::Deflate
 
class  HighFive::Shuffle
 
class  HighFive::Caching
 

Namespaces

 HighFive
 

Typedefs

typedef PropertyList< PropertyType::FILE_CREATE > HighFive::FileCreateProps
 
typedef PropertyList< PropertyType::FILE_ACCESS > HighFive::FileAccessProps
 
typedef PropertyList< PropertyType::DATASET_CREATE > HighFive::DataSetCreateProps
 
typedef PropertyList< PropertyType::DATASET_ACCESS > HighFive::DataSetAccessProps
 
typedef PropertyList< PropertyType::DATASET_XFER > HighFive::DataTransferProps
 

Enumerations

enum class  HighFive::PropertyType : int {
  HighFive::OBJECT_CREATE , HighFive::FILE_CREATE , HighFive::FILE_ACCESS , HighFive::DATASET_CREATE ,
  HighFive::DATASET_ACCESS , HighFive::DATASET_XFER , HighFive::GROUP_CREATE , HighFive::GROUP_ACCESS ,
  HighFive::DATATYPE_CREATE , HighFive::DATATYPE_ACCESS , HighFive::STRING_CREATE , HighFive::ATTRIBUTE_CREATE ,
  HighFive::OBJECT_COPY , HighFive::LINK_CREATE , HighFive::LINK_ACCESS
}
 Types of property lists. More...