#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) |
| bool | operator!= (const BondIterator_ &other) |
| Bond * | operator * () |
| BondIterator_ & | operator++ () |
| BondIterator_ | operator++ (int) |
| BondIterator_ & | operator-- () |
| BondIterator_ | operator-- (int) |
Definition at line 22 of file BondIterators.h.
| RDKit::BondIterator_::BondIterator_ | ( | ) | [inline] |
Definition at line 26 of file BondIterators.h.
| RDKit::BondIterator_::BondIterator_ | ( | ROMol * | mol | ) |
| RDKit::BondIterator_::BondIterator_ | ( | ROMol * | mol, | |
| ROMol::EDGE_ITER | pos | |||
| ) |
| RDKit::BondIterator_::BondIterator_ | ( | const BondIterator_ & | other | ) |
| BondIterator_& RDKit::BondIterator_::operator= | ( | const BondIterator_ & | other | ) |
| bool RDKit::BondIterator_::operator== | ( | const BondIterator_ & | other | ) |
| bool RDKit::BondIterator_::operator!= | ( | const BondIterator_ & | other | ) |
| Bond* RDKit::BondIterator_::operator * | ( | ) |
| BondIterator_& RDKit::BondIterator_::operator++ | ( | ) |
| BondIterator_ RDKit::BondIterator_::operator++ | ( | int | ) |
| BondIterator_& RDKit::BondIterator_::operator-- | ( | ) |
| BondIterator_ RDKit::BondIterator_::operator-- | ( | int | ) |
1.5.3