#include <iterator.hh>
Public Member Functions | |
| AtomHandleIter () | |
| AtomHandleIter (impl::pointer_it< impl::ChainImplPtr > chain_it, impl::pointer_it< impl::ResidueImplPtr > res_it, impl::pointer_it< impl::AtomImplPtr > atom_it, impl::EntityImplPtr ent, bool skip_empty) | |
| bool | operator== (const AtomHandleIter &rhs) const |
| bool | operator!= (const AtomHandleIter &rhs) const |
| AtomHandleIter & | operator++ () |
| AtomHandle | operator* () |
Definition at line 172 of file iterator.hh.
| AtomHandleIter | ( | ) | [inline] |
Definition at line 175 of file iterator.hh.
| AtomHandleIter | ( | impl::pointer_it< impl::ChainImplPtr > | chain_it, | |
| impl::pointer_it< impl::ResidueImplPtr > | res_it, | |||
| impl::pointer_it< impl::AtomImplPtr > | atom_it, | |||
| impl::EntityImplPtr | ent, | |||
| bool | skip_empty | |||
| ) |
| bool operator!= | ( | const AtomHandleIter & | rhs | ) | const [inline] |
Definition at line 187 of file iterator.hh.
| AtomHandle operator* | ( | ) |
| AtomHandleIter& operator++ | ( | ) |
| bool operator== | ( | const AtomHandleIter & | rhs | ) | const [inline] |
Definition at line 182 of file iterator.hh.
1.5.8