#include <creation_order.hpp>
◆ CreationOrder() [1/3]
hdf5::property::CreationOrder::CreationOrder |
( |
| ) |
|
◆ CreationOrder() [2/3]
hdf5::property::CreationOrder::CreationOrder |
( |
const CreationOrder & |
c | ) |
|
|
default |
- Parameters
-
c | reference from which to copy |
◆ CreationOrder() [3/3]
hdf5::property::CreationOrder::CreationOrder |
( |
unsigned |
value | ) |
|
|
explicit |
- Parameters
-
value | flags from which to construct the instance |
◆ disable_indexed()
CreationOrder& hdf5::property::CreationOrder::disable_indexed |
( |
| ) |
|
This does not automatically disable also tracked creation order.
- Returns
- reference to the modified instance
- See also
- enable_tracked
◆ disable_tracked()
CreationOrder& hdf5::property::CreationOrder::disable_tracked |
( |
| ) |
|
◆ enable_indexed()
This implies also tracked creation order which will be enabled by this method automatically if it is not.
- Returns
- reference to the modified instance
- See also
- disable_indexed
◆ enable_tracked()
◆ indexed()
bool hdf5::property::CreationOrder::indexed |
( |
| ) |
const |
- Returns
- true if creation order indexed is enabled, false otherwise
◆ operator unsigned()
hdf5::property::CreationOrder::operator unsigned |
( |
| ) |
const |
|
inline |
Allows the conversion of an instance of this class to an unsigned integer value which can be used with the HDF5 C-API low level functions.
◆ tracked()
bool hdf5::property::CreationOrder::tracked |
( |
| ) |
const |
- Returns
- true if creation order is tracked, false otherwise
The documentation for this class was generated from the following file: