Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <prevector.h>
Public Types | |
typedef Diff | difference_type |
typedef const T | value_type |
typedef const T * | pointer |
typedef const T & | reference |
typedef std::bidirectional_iterator_tag | iterator_category |
Public Member Functions | |
const_reverse_iterator () | |
const_reverse_iterator (const T *ptr_) | |
const_reverse_iterator (reverse_iterator x) | |
const T & | operator* () const |
const T * | operator-> () const |
const_reverse_iterator & | operator-- () |
const_reverse_iterator & | operator++ () |
const_reverse_iterator | operator++ (int) |
const_reverse_iterator | operator-- (int) |
bool | operator== (const_reverse_iterator x) const |
bool | operator!= (const_reverse_iterator x) const |
Private Attributes | |
const T * | ptr |
Definition at line 197 of file prevector.h.
Definition at line 201 of file prevector.h.
typedef std::bidirectional_iterator_tag prevector< N, T, Size, Diff >::const_reverse_iterator::iterator_category |
Definition at line 205 of file prevector.h.
Definition at line 203 of file prevector.h.
Definition at line 204 of file prevector.h.
Definition at line 202 of file prevector.h.
Definition at line 206 of file prevector.h.
|
inline |
Definition at line 207 of file prevector.h.
|
inline |
Definition at line 208 of file prevector.h.
|
inline |
Definition at line 230 of file prevector.h.
Definition at line 209 of file prevector.h.
|
inline |
Definition at line 215 of file prevector.h.
|
inline |
Definition at line 219 of file prevector.h.
|
inline |
Definition at line 211 of file prevector.h.
|
inline |
Definition at line 224 of file prevector.h.
Definition at line 210 of file prevector.h.
|
inline |
Definition at line 229 of file prevector.h.
Definition at line 198 of file prevector.h.