iterator over alias map set ids More...
#include <AliasMap.hpp>
Public Member Functions | |
| IdIterator (std::map< int, OA_ptr< LocSet > > &aMap) | |
| ~IdIterator () | |
| void | operator++ () |
| bool | isValid () const |
| int | current () const |
| void | reset () |
Private Attributes | |
| std::set< int > | mSet |
| std::set< int >::iterator | mIter |
iterator over alias map set ids
Definition at line 61 of file AliasMap.hpp.
| OA::Alias::IdIterator::~IdIterator | ( | ) | [inline] |
Definition at line 72 of file AliasMap.hpp.
| int OA::Alias::IdIterator::current | ( | ) | const [inline] |
Definition at line 76 of file AliasMap.hpp.
References mIter.
| bool OA::Alias::IdIterator::isValid | ( | ) | const [inline] |
| void OA::Alias::IdIterator::operator++ | ( | ) | [inline] |
Definition at line 74 of file AliasMap.hpp.
References isValid(), and mIter.

| void OA::Alias::IdIterator::reset | ( | ) | [inline] |
std::set<int>::iterator OA::Alias::IdIterator::mIter [private] |
Definition at line 80 of file AliasMap.hpp.
Referenced by current(), isValid(), operator++(), and reset().
std::set<int> OA::Alias::IdIterator::mSet [private] |
Definition at line 79 of file AliasMap.hpp.
Referenced by IdIterator(), isValid(), and reset().
1.6.1