#include <iterator.hh>
Public Member Functions | |
| AtomViewIter () | |
| AtomViewIter (impl::pointer_it< ChainView > chain_it, impl::pointer_it< ResidueView > res_it, impl::pointer_it< AtomView > atom_it, EntityView ent, bool skip_empty) | |
| bool | operator== (const AtomViewIter &rhs) const |
| bool | operator!= (const AtomViewIter &rhs) const |
| AtomViewIter & | operator++ () |
| AtomView | operator* () |
Definition at line 203 of file iterator.hh.
| AtomViewIter | ( | ) | [inline] |
Definition at line 206 of file iterator.hh.
| AtomViewIter | ( | impl::pointer_it< ChainView > | chain_it, | |
| impl::pointer_it< ResidueView > | res_it, | |||
| impl::pointer_it< AtomView > | atom_it, | |||
| EntityView | ent, | |||
| bool | skip_empty | |||
| ) |
| bool operator!= | ( | const AtomViewIter & | rhs | ) | const [inline] |
Definition at line 218 of file iterator.hh.
| AtomView operator* | ( | ) |
| AtomViewIter& operator++ | ( | ) |
| bool operator== | ( | const AtomViewIter & | rhs | ) | const [inline] |
Definition at line 213 of file iterator.hh.
1.5.8