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::random_access_iterator_tag | iterator_category |
Public Member Functions | |
const_iterator () | |
const_iterator (const T *ptr_) | |
const_iterator (iterator x) | |
const T & | operator* () const |
const T * | operator-> () const |
const T & | operator[] (size_type pos) const |
const_iterator & | operator++ () |
const_iterator & | operator-- () |
const_iterator | operator++ (int) |
const_iterator | operator-- (int) |
difference_type friend | operator- (const_iterator a, const_iterator b) |
const_iterator | operator+ (size_type n) |
const_iterator & | operator+= (size_type n) |
const_iterator | operator- (size_type n) |
const_iterator & | operator-= (size_type n) |
bool | operator== (const_iterator x) const |
bool | operator!= (const_iterator x) const |
bool | operator>= (const_iterator x) const |
bool | operator<= (const_iterator x) const |
bool | operator> (const_iterator x) const |
bool | operator< (const_iterator x) const |
Private Attributes | |
const T * | ptr |
Definition at line 139 of file prevector.h.
Definition at line 143 of file prevector.h.
typedef std::random_access_iterator_tag prevector< N, T, Size, Diff >::const_iterator::iterator_category |
Definition at line 147 of file prevector.h.
Definition at line 145 of file prevector.h.
Definition at line 146 of file prevector.h.
Definition at line 144 of file prevector.h.
Definition at line 149 of file prevector.h.
Definition at line 150 of file prevector.h.
|
inline |
Definition at line 190 of file prevector.h.
Definition at line 151 of file prevector.h.
|
inline |
|
inline |
Definition at line 154 of file prevector.h.
|
inline |
Definition at line 162 of file prevector.h.
|
inline |
Definition at line 178 of file prevector.h.
|
inline |
|
inline |
|
inline |
Definition at line 158 of file prevector.h.
|
inline |
Definition at line 167 of file prevector.h.
|
inline |
Definition at line 185 of file prevector.h.
Definition at line 152 of file prevector.h.
|
inline |
Definition at line 194 of file prevector.h.
|
inline |
Definition at line 192 of file prevector.h.
|
inline |
Definition at line 189 of file prevector.h.
|
inline |
Definition at line 193 of file prevector.h.
|
inline |
Definition at line 191 of file prevector.h.
Definition at line 153 of file prevector.h.
Definition at line 140 of file prevector.h.