|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| Iterator (const MockContainer &c) | |
| bool | has_curr () const |
| const int & | get_curr () const |
| void | next () |
Public Attributes | |
| std::vector< int >::const_iterator | it |
| std::vector< int >::const_iterator | end |
Definition at line 190 of file ah-utils.cc.
|
inline |
Definition at line 194 of file ah-utils.cc.
|
inline |
Definition at line 197 of file ah-utils.cc.
References it.
|
inline |
Definition at line 196 of file ah-utils.cc.
|
inline |
Definition at line 198 of file ah-utils.cc.
References it.
| std::vector<int>::const_iterator MockContainer::Iterator::end |
Definition at line 192 of file ah-utils.cc.
Referenced by has_curr().
| std::vector<int>::const_iterator MockContainer::Iterator::it |
Definition at line 191 of file ah-utils.cc.
Referenced by get_curr(), has_curr(), and next().