Public Member Functions |
|
| LFVectorIterator (V *vector, size_t i) |
|
template<class U , class W > |
| | LFVectorIterator (const LFVectorIterator< U, W > &from) |
|
T & | operator* () const |
|
T * | operator-> () const |
|
T & | operator[] (const size_t &n) const |
|
| IndexIterator (V *container, const size_t i) |
|
| IndexIterator (const LFVectorIterator< V, T > &from) |
|
| IndexIterator (const IndexIterator< U, V, W > &from) |
|
LFVectorIterator< V, T > & | operator= (const IndexIterator &rhs) |
|
LFVectorIterator< V, T > & | operator= (const IndexIterator< LFVectorIterator< V, T >, U, W > &rhs) |
|
LFVectorIterator< V, T > & | operator++ () |
|
LFVectorIterator< V, T > | operator++ (int) |
|
LFVectorIterator< V, T > & | operator-- () |
|
LFVectorIterator< V, T > | operator-- (int) |
|
LFVectorIterator< V, T > | operator+ (const size_t &n) const |
|
LFVectorIterator< V, T > & | operator+= (const size_t &n) |
|
LFVectorIterator< V, T > | operator- (const size_t &n) const |
|
ssize_t | operator- (const LFVectorIterator< V, T > &n) const |
|
LFVectorIterator< V, T > & | operator-= (const size_t &n) |
|
bool | operator== (const LFVectorIterator< V, T > &rhs) const |
|
bool | operator!= (const LFVectorIterator< V, T > &rhs) const |
|
bool | operator< (const LFVectorIterator< V, T > &rhs) const |
|
bool | operator> (const LFVectorIterator< V, T > &rhs) const |
|
bool | operator<= (const LFVectorIterator< V, T > &rhs) const |
|
bool | operator>= (const LFVectorIterator< V, T > &rhs) const |
|
size_t | getPosition () const |
template<class V, class T>
class lunchbox::LFVectorIterator< V, T >
Definition at line 30 of file lfVectorIterator.h.