#include <iterator.hh>
Public Member Functions | |
| ChainHandleIter (impl::ChainImplList::iterator chain_it) | |
| ChainHandle | operator* () |
| ChainHandleIter & | operator++ () |
| bool | operator== (const ChainHandleIter &rhs) const |
| bool | operator!= (const ChainHandleIter &rhs) const |
Definition at line 89 of file iterator.hh.
| ChainHandleIter | ( | impl::ChainImplList::iterator | chain_it | ) | [inline] |
Definition at line 92 of file iterator.hh.
| bool operator!= | ( | const ChainHandleIter & | rhs | ) | const [inline] |
Definition at line 109 of file iterator.hh.
| ChainHandle operator* | ( | ) | [inline] |
Definition at line 96 of file iterator.hh.
| ChainHandleIter& operator++ | ( | ) | [inline] |
Definition at line 100 of file iterator.hh.
| bool operator== | ( | const ChainHandleIter & | rhs | ) | const [inline] |
Definition at line 105 of file iterator.hh.
1.5.8