#include <object_creation.hpp>
◆ ObjectCreationList() [1/4]
hdf5::property::ObjectCreationList::ObjectCreationList |
( |
| ) |
|
◆ ObjectCreationList() [2/4]
◆ ~ObjectCreationList()
virtual hdf5::property::ObjectCreationList::~ObjectCreationList |
( |
| ) |
|
|
overridevirtual |
◆ ObjectCreationList() [3/4]
hdf5::property::ObjectCreationList::ObjectCreationList |
( |
ObjectHandle && |
handle | ) |
|
|
explicit |
◆ ObjectCreationList() [4/4]
hdf5::property::ObjectCreationList::ObjectCreationList |
( |
const Class & |
plist_class | ) |
|
|
protected |
◆ attribute_creation_order() [1/2]
CreationOrder hdf5::property::ObjectCreationList::attribute_creation_order |
( |
| ) |
const |
◆ attribute_creation_order() [2/2]
void hdf5::property::ObjectCreationList::attribute_creation_order |
( |
const CreationOrder & |
order | ) |
const |
◆ attribute_storage_maximum_compact()
unsigned hdf5::property::ObjectCreationList::attribute_storage_maximum_compact |
( |
| ) |
const |
- Returns
- return the upper threshhold for which compat storage is used
◆ attribute_storage_minimum_dense()
unsigned hdf5::property::ObjectCreationList::attribute_storage_minimum_dense |
( |
| ) |
const |
◆ attribute_storage_thresholds()
void hdf5::property::ObjectCreationList::attribute_storage_thresholds |
( |
unsigned |
max_compact, |
|
|
unsigned |
min_dense |
|
) |
| const |
◆ disable_time_tracking()
void hdf5::property::ObjectCreationList::disable_time_tracking |
( |
| ) |
const |
◆ enable_time_tracking()
void hdf5::property::ObjectCreationList::enable_time_tracking |
( |
| ) |
const |
◆ time_tracking()
bool hdf5::property::ObjectCreationList::time_tracking |
( |
| ) |
const |
Queries the current status of the time tracking feature. This method returns true if time tracking is activate and false otherwise.
- Exceptions
-
std::runtime_errr | in case of an error |
- Returns
- true if time tracking is active, false otherwise
- See also
- enable_time_tracking
-
disable_time_tracking
The documentation for this class was generated from the following file: