|
OpenStructure
|
#include <iterator.hh>
Inherits iterator< std::forward_iterator_tag, ResidueHandle >.
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.
|
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 | ||
| ) |
|
inline |
Definition at line 131 of file iterator.hh.
| ResidueHandle operator* | ( | ) |
| ResidueHandleIter& operator++ | ( | ) |
|
inline |
Definition at line 124 of file iterator.hh.
| void SkipEmpty | ( | ) |
1.8.1.1