h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
Go to the documentation of this file.
109 void increment_reference_count()
const;
119 void decrement_reference_count()
const;
138 explicit ObjectHandle(hid_t
id, Policy policy=Policy::WithWard);
215 explicit operator hid_t()
const
243 bool is_valid()
const;
262 int get_reference_count()
const;
Policy
type of the ward policy
Definition: object_handle.hpp:93
bool operator!=(const ObjectHandle &lhs, const ObjectHandle &rhs)
not equal to operator
bool operator==(const ObjectHandle &lhs, const ObjectHandle &rhs)
equality operator
std::ostream & operator<<(std::ostream &stream, const IterationOrder &order)
ouput stream for iteration order enumeration
Wrapper for hid_t object identifiers.
Definition: object_handle.hpp:66
Type
type of the object handle
Definition: object_handle.hpp:72
#define DLL_EXPORT
Definition: windows.hpp:29
top-level namespace of the entire library
Definition: attribute.hpp:45