#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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |