echelon
0.8.0
|
A reference to an HDF5 object. More...
#include <object_reference.hpp>
Public Member Functions | |
object_reference () | |
Creates a null reference. | |
object | operator* () const |
Dereferences this reference. More... | |
operator bool () const | |
Tests, if the reference is non-null. More... | |
const hdf5::object_reference & | raw_ref () const |
The underlying low-level reference. | |
A reference to an HDF5 object.
|
explicit |
Tests, if the reference is non-null.
object echelon::object_reference::operator* | ( | ) | const |
Dereferences this reference.