|
FEI Package Browser (Single Doxygen Collection) Version of the Day
|
#include <fei_ctg_set.hpp>
Public Member Functions | |
| const_iterator () | |
| const_iterator (const ctg_set< T > *_set, const T &val, int i) | |
| const_iterator (const const_iterator &src) | |
| virtual | ~const_iterator () |
| const T & | operator* () const |
| const_iterator & | operator++ () |
| const_iterator & | operator= (const const_iterator &src) |
| bool | operator== (const const_iterator &rhs) |
| bool | operator!= (const const_iterator &rhs) |
Private Attributes | |
| const ctg_set< T > * | set_ |
| T | val_ |
| T | limit_ |
| int | i_ |
Definition at line 64 of file fei_ctg_set.hpp.
|
inline |
constructor
Definition at line 67 of file fei_ctg_set.hpp.
References i_, limit_, set_, fei::Set_end_val, and val_.
Referenced by const_iterator(), operator!=(), operator++(), operator=(), and operator==().
|
inline |
constructor
Definition at line 71 of file fei_ctg_set.hpp.
References fei::ctg_set< T >::ctg_set(), i_, limit_, set_, fei::Set_end_val, and val_.
|
inline |
constructor
Definition at line 85 of file fei_ctg_set.hpp.
References const_iterator(), i_, limit_, set_, and val_.
|
inlinevirtual |
destructor
Definition at line 90 of file fei_ctg_set.hpp.
|
inline |
|
inline |
operator++
Definition at line 96 of file fei_ctg_set.hpp.
References const_iterator(), i_, fei::ctg_set< T >::len_, limit_, set_, fei::Set_end_val, and val_.
|
inline |
operator=
Definition at line 116 of file fei_ctg_set.hpp.
References const_iterator(), i_, limit_, set_, and val_.
|
inline |
|
inline |
|
private |
Definition at line 138 of file fei_ctg_set.hpp.
Referenced by const_iterator(), const_iterator(), const_iterator(), operator++(), and operator=().
|
private |
Definition at line 139 of file fei_ctg_set.hpp.
Referenced by const_iterator(), const_iterator(), const_iterator(), operator!=(), operator*(), operator++(), operator=(), and operator==().
|
private |
Definition at line 140 of file fei_ctg_set.hpp.
Referenced by const_iterator(), const_iterator(), const_iterator(), operator++(), and operator=().
|
private |
Definition at line 141 of file fei_ctg_set.hpp.
Referenced by const_iterator(), const_iterator(), const_iterator(), operator++(), and operator=().