![]() |
RDKit
Open-source cheminformatics and machine learning.
|
const iterator for a molecule's bonds, currently BiDirectional, but it theoretically ought to be RandomAccess. More...
#include <BondIterators.h>
Public Member Functions | |
| ConstBondIterator_ () | |
| ConstBondIterator_ (ROMol const *mol) | |
| ConstBondIterator_ (ROMol const *mol, ROMol::EDGE_ITER pos) | |
| ConstBondIterator_ (const ConstBondIterator_ &other) | |
| ConstBondIterator_ & | operator= (const ConstBondIterator_ &other) |
| bool | operator== (const ConstBondIterator_ &other) const |
| bool | operator!= (const ConstBondIterator_ &other) const |
| Bond const * | operator* () const |
| ConstBondIterator_ & | operator++ () |
| ConstBondIterator_ | operator++ (int) |
| ConstBondIterator_ & | operator-- () |
| ConstBondIterator_ | operator-- (int) |
const iterator for a molecule's bonds, currently BiDirectional, but it theoretically ought to be RandomAccess.
Definition at line 52 of file BondIterators.h.
|
inline |
Definition at line 54 of file BondIterators.h.
Referenced by ConstBondIterator_(), operator!=(), operator++(), operator++(), operator--(), operator--(), operator=(), and operator==().
| RDKit::ConstBondIterator_::ConstBondIterator_ | ( | ROMol const * | mol | ) |
| RDKit::ConstBondIterator_::ConstBondIterator_ | ( | ROMol const * | mol, |
| ROMol::EDGE_ITER | pos ) |
| RDKit::ConstBondIterator_::ConstBondIterator_ | ( | const ConstBondIterator_ & | other | ) |
References ConstBondIterator_().
| bool RDKit::ConstBondIterator_::operator!= | ( | const ConstBondIterator_ & | other | ) | const |
References ConstBondIterator_().
| Bond const * RDKit::ConstBondIterator_::operator* | ( | ) | const |
| ConstBondIterator_ & RDKit::ConstBondIterator_::operator++ | ( | ) |
References ConstBondIterator_().
| ConstBondIterator_ RDKit::ConstBondIterator_::operator++ | ( | int | ) |
References ConstBondIterator_().
| ConstBondIterator_ & RDKit::ConstBondIterator_::operator-- | ( | ) |
References ConstBondIterator_().
| ConstBondIterator_ RDKit::ConstBondIterator_::operator-- | ( | int | ) |
References ConstBondIterator_().
| ConstBondIterator_ & RDKit::ConstBondIterator_::operator= | ( | const ConstBondIterator_ & | other | ) |
References ConstBondIterator_().
| bool RDKit::ConstBondIterator_::operator== | ( | const ConstBondIterator_ & | other | ) | const |
References ConstBondIterator_().