FEI
Version of the Day
|
#include <snl_fei_MapContig.hpp>
Public Member Functions | |
iterator () | |
iterator (int offset, MapContig< VAL_TYPE > *mapPtr) | |
virtual | ~iterator () |
iterator & | operator++ () |
bool | operator== (const iterator &rhs) |
bool | operator!= (const iterator &rhs) |
value_type | operator* () |
iterator & | operator= (const iterator &src) |
Public Attributes | |
int | offset_ |
iterator class
Definition at line 38 of file snl_fei_MapContig.hpp.
|
inline |
constructor
Definition at line 41 of file snl_fei_MapContig.hpp.
|
inline |
constructor
Definition at line 44 of file snl_fei_MapContig.hpp.
|
inlinevirtual |
destructor
Definition at line 51 of file snl_fei_MapContig.hpp.
|
inline |
operator++
Definition at line 54 of file snl_fei_MapContig.hpp.
|
inline |
operator==
Definition at line 71 of file snl_fei_MapContig.hpp.
|
inline |
operator!=
Definition at line 77 of file snl_fei_MapContig.hpp.
|
inline |
operator*
Definition at line 83 of file snl_fei_MapContig.hpp.
|
inline |
operator=
Definition at line 93 of file snl_fei_MapContig.hpp.
int snl_fei::MapContig< VAL_TYPE >::iterator::offset_ |
ugh, public data member...
Definition at line 101 of file snl_fei_MapContig.hpp.