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