drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
drogon::orm::ConstReverseRowIterator Class Reference
Inheritance diagram for drogon::orm::ConstReverseRowIterator:
Collaboration diagram for drogon::orm::ConstReverseRowIterator:

Public Types

using super = ConstRowIterator
using iterator_type = ConstRowIterator
using difference_type
using iterator_category
using pointer
using reference

Public Member Functions

 ConstReverseRowIterator (const ConstReverseRowIterator &rhs)
 ConstReverseRowIterator (const ConstRowIterator &rhs)
ConstRowIterator base () const noexcept
ConstReverseRowIterator operator++ (int)
ConstReverseRowIterator & operator++ ()
ConstReverseRowIterator operator-- (int)
ConstReverseRowIterator & operator-- ()
ConstReverseRowIterator & operator+= (difference_type i)
ConstReverseRowIterator & operator-= (difference_type i)
bool operator== (const ConstReverseRowIterator &other) const
bool operator!= (const ConstReverseRowIterator &other) const
bool operator> (const ConstReverseRowIterator &other) const
bool operator< (const ConstReverseRowIterator &other) const
bool operator>= (const ConstReverseRowIterator &other) const
bool operator<= (const ConstReverseRowIterator &other) const
reference operator* ()

The documentation for this class was generated from the following file: