#include <iterator.hh>
Public Member Functions | |
| ResidueHandleIter () | |
| ResidueHandleIter (impl::pointer_it< impl::ChainImplPtr > chain_it, impl::pointer_it< impl::ResidueImplPtr > res_it, impl::EntityImplPtr ent, bool skip_empty) | |
| bool | operator== (const ResidueHandleIter &rhs) const |
| void | SkipEmpty () |
| bool | operator!= (const ResidueHandleIter &rhs) const |
| ResidueHandleIter & | operator++ () |
| ResidueHandle | operator* () |
Definition at line 116 of file iterator.hh.
| ResidueHandleIter | ( | ) | [inline] |
Definition at line 119 of file iterator.hh.
| ResidueHandleIter | ( | impl::pointer_it< impl::ChainImplPtr > | chain_it, | |
| impl::pointer_it< impl::ResidueImplPtr > | res_it, | |||
| impl::EntityImplPtr | ent, | |||
| bool | skip_empty | |||
| ) |
| bool operator!= | ( | const ResidueHandleIter & | rhs | ) | const [inline] |
Definition at line 131 of file iterator.hh.
| ResidueHandle operator* | ( | ) |
| ResidueHandleIter& operator++ | ( | ) |
| bool operator== | ( | const ResidueHandleIter & | rhs | ) | const [inline] |
Definition at line 124 of file iterator.hh.
| void SkipEmpty | ( | ) |
1.5.8