OpenStructure
|
#include <iterator.hh>
Inherits iterator< std::forward_iterator_tag, AtomHandle >.
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.
|
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 | ||
) |
|
inline |
Definition at line 187 of file iterator.hh.
AtomHandle operator* | ( | ) |
AtomHandleIter& operator++ | ( | ) |
|
inline |
Definition at line 182 of file iterator.hh.