Public Member Functions

RDKit::ConstBondIterator_ Class Reference

const iterator for a molecule's bonds, currently BiDirectional, but it theoretically ought to be RandomAccess. More...

#include <BondIterators.h>

List of all members.

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)
bool operator!= (const ConstBondIterator_ &other)
Bond const * operator* ()
ConstBondIterator_operator++ ()
ConstBondIterator_ operator++ (int)
ConstBondIterator_operator-- ()
ConstBondIterator_ operator-- (int)

Detailed Description

const iterator for a molecule's bonds, currently BiDirectional, but it theoretically ought to be RandomAccess.

Definition at line 49 of file BondIterators.h.


Constructor & Destructor Documentation

RDKit::ConstBondIterator_::ConstBondIterator_ (  )  [inline]

Definition at line 51 of file BondIterators.h.

RDKit::ConstBondIterator_::ConstBondIterator_ ( ROMol const *  mol  ) 
RDKit::ConstBondIterator_::ConstBondIterator_ ( ROMol const *  mol,
ROMol::EDGE_ITER  pos 
)
RDKit::ConstBondIterator_::ConstBondIterator_ ( const ConstBondIterator_ other  ) 

Member Function Documentation

bool RDKit::ConstBondIterator_::operator!= ( const ConstBondIterator_ other  ) 
Bond const* RDKit::ConstBondIterator_::operator* (  ) 
ConstBondIterator_& RDKit::ConstBondIterator_::operator++ (  ) 
ConstBondIterator_ RDKit::ConstBondIterator_::operator++ ( int   ) 
ConstBondIterator_& RDKit::ConstBondIterator_::operator-- (  ) 
ConstBondIterator_ RDKit::ConstBondIterator_::operator-- ( int   ) 
ConstBondIterator_& RDKit::ConstBondIterator_::operator= ( const ConstBondIterator_ other  ) 
bool RDKit::ConstBondIterator_::operator== ( const ConstBondIterator_ other  ) 

The documentation for this class was generated from the following file: