wibble 0.1.28
|
#include <iterator.h>
Public Member Functions | |
IteratorProxy (T _x) | |
const T * | operator-> () const |
Public Attributes | |
T | x |
wibble::IteratorProxy< T >::IteratorProxy | ( | T | _x | ) | [inline] |
const T* wibble::IteratorProxy< T >::operator-> | ( | ) | const [inline] |
References wibble::IteratorProxy< T >::x.
T wibble::IteratorProxy< T >::x |
Referenced by wibble::IteratorProxy< T >::operator->().