h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
Definition: iterator.hpp:32
Iterator operator+(const Iterator &a, ssize_t b)
Iterator operator-(const Iterator &a, ssize_t b)
bool operator<(const Version &lhs, const Version &rhs)
checks if the left version is strictly small than the right
bool operator==(const ObjectHandle &lhs, const ObjectHandle &rhs)
equality operator
bool operator<=(const Version &lhs, const Version &rhs)
checks if the left version is smaller or equal to the right
bool operator>(const Version &lhs, const Version &rhs)
checks if the left version is strictly bigger than the right
#define DLL_EXPORT
Definition: windows.hpp:29
bool operator>=(const Version &lhs, const Version &rhs)
checks if the left version is bigger or equal than the right
top-level namespace of the entire library
Definition: attribute.hpp:45
ssize_t index() const
get state of the iterator
Definition: iterator.hpp:67