![]() |
Bitcoin ABC 0.32.4
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 141 of file prevector.h.
| typedef Diff prevector< N, T, Size, Diff >::const_iterator::difference_type |
Definition at line 145 of file prevector.h.
| typedef std::random_access_iterator_tag prevector< N, T, Size, Diff >::const_iterator::iterator_category |
Definition at line 149 of file prevector.h.
| typedef const T* prevector< N, T, Size, Diff >::const_iterator::pointer |
Definition at line 147 of file prevector.h.
| typedef const T& prevector< N, T, Size, Diff >::const_iterator::reference |
Definition at line 148 of file prevector.h.
| typedef const T prevector< N, T, Size, Diff >::const_iterator::value_type |
Definition at line 146 of file prevector.h.
|
inline |
|
inline |
Definition at line 151 of file prevector.h.
|
inline |
Definition at line 152 of file prevector.h.
|
inline |
Definition at line 192 of file prevector.h.
|
inline |
Definition at line 153 of file prevector.h.
|
inline |
|
inline |
Definition at line 156 of file prevector.h.
|
inline |
Definition at line 164 of file prevector.h.
|
inline |
Definition at line 180 of file prevector.h.
|
inline |
Definition at line 174 of file prevector.h.
|
inline |
|
inline |
Definition at line 160 of file prevector.h.
|
inline |
Definition at line 169 of file prevector.h.
|
inline |
Definition at line 187 of file prevector.h.
|
inline |
Definition at line 154 of file prevector.h.
|
inline |
Definition at line 196 of file prevector.h.
|
inline |
Definition at line 194 of file prevector.h.
|
inline |
Definition at line 191 of file prevector.h.
|
inline |
Definition at line 195 of file prevector.h.
|
inline |
Definition at line 193 of file prevector.h.
|
inline |
Definition at line 155 of file prevector.h.
|
private |
Definition at line 142 of file prevector.h.