![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Iterator through all the bonds in the polypeptide chain (const). More...
#include <Polypeptide_chain_representation.hpp>
Public Types | |
typedef std::ptrdiff_t | difference_type |
typedef Bond | value_type |
typedef Bond | reference |
typedef Bond * | pointer |
typedef std::forward_iterator_tag | iterator_category |
typedef Molecular_covalent_structure::Bonds_iterator | Base_iterator |
Public Member Functions | |
Bond_const_iterator (const Bond_const_iterator &it) | |
Bond_const_iterator & | operator= (const Bond_const_iterator &it) |
bool | operator== (const Bond_const_iterator &it) const |
bool | operator!= (const Bond_const_iterator &it) const |
Bond_const_iterator & | operator++ () |
reference | operator* () const |
Iterator through all the bonds in the polypeptide chain (const).
typedef Molecular_covalent_structure::Bonds_iterator Base_iterator |
typedef std::ptrdiff_t difference_type |
typedef std::forward_iterator_tag iterator_category |
typedef Bond value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |