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

Public Member Functions | |
| const_iterator () | |
| empty constructor More... | |
| const_iterator (StructureMap::const_iterator s_iter) | |
| Constructor, given an iterator into the StructureMap. More... | |
| ~const_iterator () | |
| const_iterator & | operator= (const const_iterator &src) |
| bool | operator== (const const_iterator &other) |
| bool | operator!= (const const_iterator &other) |
| const_iterator & | operator++ () |
| RawStructOP | operator-> () const |
| RawStructOP | operator* () const |
Private Attributes | |
| StructureMap::const_iterator | it_ |
const_iterator class for RawFileData container.
Definition at line 134 of file RawFileData.hh.
|
inline |
empty constructor
Definition at line 138 of file RawFileData.hh.
|
inline |
Constructor, given an iterator into the StructureMap.
Definition at line 141 of file RawFileData.hh.
References it_.
|
inline |
Definition at line 145 of file RawFileData.hh.
|
inline |
Definition at line 156 of file RawFileData.hh.
References it_.
|
inline |
Definition at line 169 of file RawFileData.hh.
References it_.
|
inline |
Definition at line 160 of file RawFileData.hh.
References it_.
|
inline |
Definition at line 165 of file RawFileData.hh.
References it_.
|
inline |
Definition at line 147 of file RawFileData.hh.
References it_.
|
inline |
Definition at line 152 of file RawFileData.hh.
References it_.
|
private |
Definition at line 174 of file RawFileData.hh.
Referenced by const_iterator(), operator!=(), operator*(), operator++(), operator->(), operator=(), and operator==().
1.8.4