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

#include <iterator.hh>

Inherits iterator< std::forward_iterator_tag, ResidueView >.

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
ResidueViewIteroperator++ ()
ResidueView operator* ()

Detailed Description

Definition at line 145 of file iterator.hh.


Constructor & Destructor Documentation

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 
)

Member Function Documentation

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 ( )

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