#include <Leap.h>
Public Types | |
typedef std::ptrdiff_t | difference_type |
typedef std::forward_iterator_tag | iterator_category |
typedef const T * | pointer |
typedef const T & | reference |
typedef T | value_type |
Public Member Functions | |
ConstListIterator () | |
ConstListIterator (const L &list, int index) | |
bool | operator!= (const ConstListIterator< L, T > &rhs) const |
const T | operator* () const |
const ConstListIterator< L, T > | operator++ (int) |
const ConstListIterator< L, T > & | operator++ () |
bool | operator== (const ConstListIterator< L, T > &rhs) const |
Private Attributes | |
int | m_index |
const L * | m_list |
typedef std::ptrdiff_t Leap::ConstListIterator< L, T >::difference_type |
typedef std::forward_iterator_tag Leap::ConstListIterator< L, T >::iterator_category |
typedef const T* Leap::ConstListIterator< L, T >::pointer |
typedef const T& Leap::ConstListIterator< L, T >::reference |
typedef T Leap::ConstListIterator< L, T >::value_type |
Leap::ConstListIterator< L, T >::ConstListIterator | ( | ) | [inline] |
Leap::ConstListIterator< L, T >::ConstListIterator | ( | const L & | list, |
int | index | ||
) | [inline] |
bool Leap::ConstListIterator< L, T >::operator!= | ( | const ConstListIterator< L, T > & | rhs | ) | const [inline] |
const T Leap::ConstListIterator< L, T >::operator* | ( | ) | const [inline] |
const ConstListIterator<L,T> Leap::ConstListIterator< L, T >::operator++ | ( | int | ) | [inline] |
const ConstListIterator<L,T>& Leap::ConstListIterator< L, T >::operator++ | ( | ) | [inline] |
bool Leap::ConstListIterator< L, T >::operator== | ( | const ConstListIterator< L, T > & | rhs | ) | const [inline] |
int Leap::ConstListIterator< L, T >::m_index [private] |
const L* Leap::ConstListIterator< L, T >::m_list [private] |