#include <H5Object.hpp>
◆ Object() [1/4]
HighFive::Object::Object |
( |
Object && | other | ) |
|
|
inlinenoexcept |
◆ ~Object()
HighFive::Object::~Object |
( |
| ) |
|
|
inline |
◆ Object() [2/4]
HighFive::Object::Object |
( |
| ) |
|
|
inlineprotected |
◆ Object() [3/4]
HighFive::Object::Object |
( |
const Object & | other | ) |
|
|
inlineprotected |
◆ Object() [4/4]
HighFive::Object::Object |
( |
hid_t | hid | ) |
|
|
inlineexplicitprotected |
◆ getId()
hid_t HighFive::Object::getId |
( |
| ) |
const |
|
inlinenoexcept |
getId
- Returns
- internal HDF5 id to the object provided for C API compatibility
◆ getInfo()
Retrieve several infos about the current object (address, dates, etc)
◆ getType()
Gets the fundamental type of the object (dataset, group, etc)
- Exceptions
-
ObjectException | when the _hid is negative or the type is custom and not registered yet |
◆ isValid()
bool HighFive::Object::isValid |
( |
| ) |
const |
|
inlinenoexcept |
isValid
- Returns
- true if current Object is a valid HDF5Object
◆ operator=()
Object & HighFive::Object::operator= |
( |
const Object & | other | ) |
|
|
inlineprotected |
◆ operator==()
bool HighFive::Object::operator== |
( |
const Object & | other | ) |
const |
|
inlinenoexcept |
◆ CompoundType
◆ Reference
◆ _hid
hid_t HighFive::Object::_hid |
|
protected |
The documentation for this class was generated from the following files: