61 bool operator<(
const Iterator &b)
const;
63 bool operator>(
const Iterator &b)
const;
64 bool operator>=(
const Iterator &b)
const;
67 ssize_t
index()
const {
return index_; }
Definition: iterator.hpp:32
DLL_EXPORT Iterator operator+(const Iterator &a, ssize_t b)
DLL_EXPORT Iterator operator-(const Iterator &a, ssize_t b)
Definition: attribute.hpp:43
ssize_t index() const
get state of the iterator
Definition: iterator.hpp:67
#define DLL_EXPORT
Definition: windows.hpp:35
DLL_EXPORT bool operator==(const ObjectHandle &lhs, const ObjectHandle &rhs)
equality operator
DLL_EXPORT bool operator<=(const Version &lhs, const Version &rhs)
checks if the left version is smaller or equal to the right