|
h5cpp 0.7.0
A modern C++ wrapper for the HDF5 C library
|
file access property list More...
#include <file_access.hpp>


Public Member Functions | |
| FileAccessList () | |
| default constructor More... | |
| FileAccessList (const FileAccessList &)=default | |
| ~FileAccessList () override | |
| destructor More... | |
| FileAccessList (ObjectHandle &&handle) | |
| void | library_version_bounds (LibVersion low, LibVersion high) const |
| setting library version boundaries More... | |
| LibVersion | library_version_bound_high () const |
| get library version high bound More... | |
| LibVersion | library_version_bound_low () const |
| get library version low bound More... | |
| void | close_degree (CloseDegree degree) const |
| set file close degree More... | |
| CloseDegree | close_degree () const |
| get lfile close degree More... | |
| void | driver (const hdf5::file::Driver &file_driver) const |
| set the file driver More... | |
Public Member Functions inherited from hdf5::property::List | |
| List (const Class &plist_class) | |
| constructor More... | |
| List (const List &plist) | |
| copy constructor More... | |
| List (ObjectHandle &&handle) | |
| constructor More... | |
| List & | operator= (const List &type) |
| copy assignment More... | |
| virtual | ~List () |
| destructor More... | |
| List & | operator= (List &&type)=default |
| List (List &&type)=default | |
| Class | get_class () const |
| return property list class More... | |
| operator hid_t () const | |
| conversion operator More... | |
Class provides object oriented interface to the file access property list.
| hdf5::property::FileAccessList::FileAccessList | ( | ) |
|
default |
|
override |
|
explicit |
| CloseDegree hdf5::property::FileAccessList::close_degree | ( | ) | const |
| void hdf5::property::FileAccessList::close_degree | ( | CloseDegree | degree | ) | const |
| void hdf5::property::FileAccessList::driver | ( | const hdf5::file::Driver & | file_driver | ) | const |
| LibVersion hdf5::property::FileAccessList::library_version_bound_high | ( | ) | const |
| LibVersion hdf5::property::FileAccessList::library_version_bound_low | ( | ) | const |
| void hdf5::property::FileAccessList::library_version_bounds | ( | LibVersion | low, |
| LibVersion | high | ||
| ) | const |