OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions
AtomViewIter Class Reference

#include <iterator.hh>

Inherits iterator< std::forward_iterator_tag, AtomView >.

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
AtomViewIteroperator++ ()
AtomView operator* ()

Detailed Description

Definition at line 203 of file iterator.hh.


Constructor & Destructor Documentation

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 
)

Member Function Documentation

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.


The documentation for this class was generated from the following file: