![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Iterator through all the atoms of an input residue. More...
#include <Polypeptide_chain_representation.hpp>
Public Types | |
typedef std::ptrdiff_t | difference_type |
typedef Atom | value_type |
typedef Atom | reference |
typedef Atom * | pointer |
typedef std::forward_iterator_tag | iterator_category |
typedef Residue::Atoms_iterator | Base_iterator |
Public Member Functions | |
Residue_atoms_iterator (const Residue_atoms_iterator &it) | |
Residue_atoms_iterator & | operator= (const Residue_atoms_iterator &it) |
bool | operator== (const Residue_atoms_iterator &it) const |
bool | operator!= (const Residue_atoms_iterator &it) const |
Residue_atoms_iterator & | operator++ () |
reference | operator* () const |
Iterator through all the atoms of an input residue.
typedef Residue::Atoms_iterator Base_iterator |
typedef std::ptrdiff_t difference_type |
typedef std::forward_iterator_tag iterator_category |
typedef Atom value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |