Generic HDF5 property List.
More...
#include <H5PropertyList.hpp>
Generic HDF5 property List.
Definition at line 21 of file H5PropertyList.hpp.
◆ Type
| Enumerator |
|---|
| FILE_ACCESS | |
| DATASET_CREATE | |
| DATASET_ACCESS | |
Definition at line 23 of file H5PropertyList.hpp.
◆ ~Properties()
| HighFive::Properties::~Properties |
( |
| ) |
|
|
inline |
◆ Properties() [1/3]
| HighFive::Properties::Properties |
( |
Properties && |
other | ) |
|
|
inline |
◆ Properties() [2/3]
| HighFive::Properties::Properties |
( |
Type |
type | ) |
|
|
inlineexplicitprotected |
◆ Properties() [3/3]
| HighFive::Properties::Properties |
( |
const Properties & |
| ) |
|
|
privatedelete |
◆ add()
template<typename Property >
| void HighFive::Properties::add |
( |
const Property & |
property | ) |
|
|
inline |
Add a property to this property list. A property is an object which is expected to have a method with the following signature void apply(hid_t hid) const
Definition at line 51 of file H5PropertyList_misc.hpp.
◆ getId()
| hid_t HighFive::Properties::getId |
( |
| ) |
const |
|
inline |
◆ getType()
| Type HighFive::Properties::getType |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ _hid
| hid_t HighFive::Properties::_hid |
|
private |
◆ _type
| Type HighFive::Properties::_type |
|
private |
The documentation for this class was generated from the following files: