#include <iterator.hh>
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.
| ResidueViewIter | ( | ) | [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 | |||
| ) |
| bool operator!= | ( | const ResidueViewIter & | rhs | ) | const [inline] |
Definition at line 159 of file iterator.hh.
| ResidueView operator* | ( | ) |
| ResidueViewIter& operator++ | ( | ) |
| bool operator== | ( | const ResidueViewIter & | rhs | ) | const [inline] |
Definition at line 154 of file iterator.hh.
| void SkipEmpty | ( | ) |
1.5.8