hops
Classes | Namespaces | Typedefs | Enumerations
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  HighFive::PropertyType : int {
  HighFive::PropertyType::OBJECT_CREATE, HighFive::PropertyType::FILE_CREATE, HighFive::PropertyType::FILE_ACCESS, HighFive::PropertyType::DATASET_CREATE,
  HighFive::PropertyType::DATASET_ACCESS, HighFive::PropertyType::DATASET_XFER, HighFive::PropertyType::GROUP_CREATE, HighFive::PropertyType::GROUP_ACCESS,
  HighFive::PropertyType::DATATYPE_CREATE, HighFive::PropertyType::DATATYPE_ACCESS, HighFive::PropertyType::STRING_CREATE, HighFive::PropertyType::ATTRIBUTE_CREATE,
  HighFive::PropertyType::OBJECT_COPY, HighFive::PropertyType::LINK_CREATE, HighFive::PropertyType::LINK_ACCESS
}
 Types of property lists. More...