|
IODA Bundle
|
#include <IteratorProxy.h>
Public Types | |
| typedef Row_< ITERATOR, O, DATA, IteratorProxy > | Row |
Public Member Functions | |
| IteratorProxy (ITERATOR *iter) | |
| IteratorProxy (const IteratorProxy &other) | |
| ~IteratorProxy () | |
| IteratorProxy & | operator= (const IteratorProxy &other) |
| Row * | operator-> () |
| const Row * | operator-> () const |
| Row & | operator* () |
| const Row & | operator* () const |
| bool | operator!= (const IteratorProxy &) |
| bool | operator== (const IteratorProxy &other) |
| IteratorProxy & | operator++ () |
Public Attributes | |
| ITERATOR * | iter_ |
| Row | row_ |
Friends | |
| class | ReaderIterator |
| class | MetaDataReaderIterator |
| std::ostream & | operator<< (std::ostream &o, const IteratorProxy &it) |
Definition at line 122 of file IteratorProxy.h.
| typedef Row_<ITERATOR,O,DATA,IteratorProxy> odc::IteratorProxy< ITERATOR, O, DATA >::Row |
Definition at line 125 of file IteratorProxy.h.
|
inline |
Definition at line 131 of file IteratorProxy.h.
|
inline |
Definition at line 134 of file IteratorProxy.h.
|
inline |
Definition at line 137 of file IteratorProxy.h.
|
inline |
Definition at line 163 of file IteratorProxy.h.
|
inline |
Definition at line 159 of file IteratorProxy.h.
|
inline |
Definition at line 160 of file IteratorProxy.h.
|
inline |
Definition at line 166 of file IteratorProxy.h.
|
inline |
Definition at line 156 of file IteratorProxy.h.
|
inline |
Definition at line 157 of file IteratorProxy.h.
|
inline |
Definition at line 143 of file IteratorProxy.h.
|
inline |
Definition at line 164 of file IteratorProxy.h.
|
friend |
Definition at line 308 of file IteratorProxy.h.
|
friend |
Definition at line 309 of file IteratorProxy.h.
|
friend |
Definition at line 307 of file IteratorProxy.h.
| ITERATOR* odc::IteratorProxy< ITERATOR, O, DATA >::iter_ |
Definition at line 304 of file IteratorProxy.h.
| Row odc::IteratorProxy< ITERATOR, O, DATA >::row_ |
Definition at line 305 of file IteratorProxy.h.