|
OpenStructure
|
#include <iterator.hh>
Inherits iterator< std::forward_iterator_tag, ResidueView >.
Public Member Functions | |
| ResidueViewIter () | |
| ResidueViewIter (impl::pointer_it< ChainView > chain_it, impl::pointer_it< ResidueView > res_it, EntityView ent, bool skip_empty) | |
| bool | operator== (const ResidueViewIter &rhs) const |
| void | SkipEmpty () |
| bool | operator!= (const ResidueViewIter &rhs) const |
| ResidueViewIter & | operator++ () |
| ResidueView | operator* () |
Definition at line 145 of file iterator.hh.
|
inline |
Definition at line 148 of file iterator.hh.
| ResidueViewIter | ( | impl::pointer_it< ChainView > | chain_it, |
| impl::pointer_it< ResidueView > | res_it, | ||
| EntityView | ent, | ||
| bool | skip_empty | ||
| ) |
|
inline |
Definition at line 159 of file iterator.hh.
| ResidueView operator* | ( | ) |
| ResidueViewIter& operator++ | ( | ) |
|
inline |
Definition at line 154 of file iterator.hh.
| void SkipEmpty | ( | ) |
1.8.1.1