Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <prevector.h>
Public Types | |
typedef Diff | difference_type |
typedef T | value_type |
typedef T * | pointer |
typedef T & | reference |
typedef std::random_access_iterator_tag | iterator_category |
Public Member Functions | |
iterator (T *ptr_) | |
T & | operator* () const |
T * | operator-> () const |
T & | operator[] (size_type pos) |
const T & | operator[] (size_type pos) const |
iterator & | operator++ () |
iterator & | operator-- () |
iterator | operator++ (int) |
iterator | operator-- (int) |
difference_type friend | operator- (iterator a, iterator b) |
iterator | operator+ (size_type n) |
iterator & | operator+= (size_type n) |
iterator | operator- (size_type n) |
iterator & | operator-= (size_type n) |
bool | operator== (iterator x) const |
bool | operator!= (iterator x) const |
bool | operator>= (iterator x) const |
bool | operator<= (iterator x) const |
bool | operator> (iterator x) const |
bool | operator< (iterator x) const |
Private Attributes | |
T * | ptr |
Definition at line 46 of file prevector.h.
typedef Diff prevector< N, T, Size, Diff >::iterator::difference_type |
Definition at line 49 of file prevector.h.
typedef std::random_access_iterator_tag prevector< N, T, Size, Diff >::iterator::iterator_category |
Definition at line 53 of file prevector.h.
typedef T* prevector< N, T, Size, Diff >::iterator::pointer |
Definition at line 51 of file prevector.h.
typedef T& prevector< N, T, Size, Diff >::iterator::reference |
Definition at line 52 of file prevector.h.
typedef T prevector< N, T, Size, Diff >::iterator::value_type |
Definition at line 50 of file prevector.h.
|
inline |
Definition at line 69 of file prevector.h.
|
inline |
Definition at line 55 of file prevector.h.
|
inline |
Definition at line 59 of file prevector.h.
|
inline |
Definition at line 61 of file prevector.h.
|
inline |
Definition at line 65 of file prevector.h.
|
inline |
Definition at line 63 of file prevector.h.
|
inline |
Definition at line 60 of file prevector.h.
|
inline |
Definition at line 62 of file prevector.h.
|
inline |
Definition at line 67 of file prevector.h.
|
inline |
Definition at line 56 of file prevector.h.
|
inline |
Definition at line 73 of file prevector.h.
|
inline |
Definition at line 71 of file prevector.h.
|
inline |
Definition at line 68 of file prevector.h.
|
inline |
Definition at line 72 of file prevector.h.
|
inline |
Definition at line 70 of file prevector.h.
|
inline |
Definition at line 57 of file prevector.h.
|
inline |
Definition at line 58 of file prevector.h.
|
private |
Definition at line 47 of file prevector.h.