|
Rosetta 3.5
|
Iterator class for RawFileData container. More...
#include <RawFileData.hh>

Public Member Functions | |
| iterator () | |
| empty constructor More... | |
| iterator (StructureMap::iterator s_iter) | |
| Constructor, given an iterator into the StructureMap. More... | |
| ~iterator () | |
| iterator & | operator= (const iterator &src) |
| bool | operator== (const iterator &other) |
| bool | operator!= (const iterator &other) |
| iterator & | operator++ () |
| RawStructOP | operator-> () |
| RawStructOP | operator* () const |
Private Attributes | |
| StructureMap::iterator | it_ |
Friends | |
| class | const_iterator |
Iterator class for RawFileData container.
Definition at line 88 of file RawFileData.hh.
|
inline |
empty constructor
Definition at line 94 of file RawFileData.hh.
|
inline |
Constructor, given an iterator into the StructureMap.
Definition at line 97 of file RawFileData.hh.
References it_.
|
inline |
Definition at line 101 of file RawFileData.hh.
Definition at line 112 of file RawFileData.hh.
References it_.
|
inline |
Definition at line 125 of file RawFileData.hh.
References it_.
|
inline |
Definition at line 116 of file RawFileData.hh.
References it_.
|
inline |
Definition at line 121 of file RawFileData.hh.
References it_.
Definition at line 103 of file RawFileData.hh.
References it_.
Definition at line 108 of file RawFileData.hh.
References it_.
|
friend |
Definition at line 90 of file RawFileData.hh.
|
private |
Definition at line 130 of file RawFileData.hh.
Referenced by iterator(), operator!=(), operator*(), operator++(), operator->(), operator=(), and operator==().
1.8.4