HighFive 2.10.0
HighFive - Header-only C++ HDF5 interface
|
Base Class for Property lists, providing global default. More...
#include <H5PropertyList.hpp>
Public Member Functions | |
PropertyListBase () noexcept | |
Public Member Functions inherited from HighFive::Object | |
Object (Object &&other) noexcept | |
~Object () | |
bool | isValid () const noexcept |
isValid | |
hid_t | getId () const noexcept |
getId | |
ObjectInfo | getInfo () const |
Retrieve several infos about the current object (address, dates, etc) | |
ObjectType | getType () const |
Gets the fundamental type of the object (dataset, group, etc) | |
bool | operator== (const Object &other) const noexcept |
Static Public Member Functions | |
static const PropertyListBase & | Default () noexcept |
Additional Inherited Members | |
Protected Member Functions inherited from HighFive::Object | |
Object () | |
Object (const Object &other) | |
Object (hid_t) | |
Object & | operator= (const Object &other) |
Protected Attributes inherited from HighFive::Object | |
hid_t | _hid |
Base Class for Property lists, providing global default.
|
inlinenoexcept |
|
inlinestaticnoexcept |