17 #ifndef _RD_BOND_ITERATORS_H 18 #define _RD_BOND_ITERATORS_H 46 ROMol::EDGE_ITER _beg, _end, _pos;
69 ROMol::EDGE_ITER _beg, _end, _pos;
Defines the primary molecule class ROMol as well as associated typedefs.
iterator for a molecule's bonds, currently BiDirectional, but it theoretically ought to be RandomAcce...
ROMol is a molecule class that is intended to have a fixed topology.
BondIterator_ & operator=(const BondIterator_ &other)
bool operator==(const BondIterator_ &other) const
const iterator for a molecule's bonds, currently BiDirectional, but it theoretically ought to be Rand...
class for representing a bond
BondIterator_ & operator--()
bool operator!=(const BondIterator_ &other) const
BondIterator_ & operator++()