#include <AtomIterators.h>
Public Types | |
| typedef AromaticAtomIterator_ < Atom_, Mol_, PMAP_ > | ThisType |
Public Member Functions | |
| AromaticAtomIterator_ () | |
| AromaticAtomIterator_ (Mol_ *mol) | |
| AromaticAtomIterator_ (Mol_ *mol, int pos) | |
| ~AromaticAtomIterator_ () | |
| AromaticAtomIterator_ (const ThisType &other) | |
| AromaticAtomIterator_ & | operator= (const ThisType &other) |
| bool | operator== (const ThisType &other) |
| bool | operator!= (const ThisType &other) |
| Atom_ * | operator * () |
| ThisType & | operator++ () |
| ThisType | operator++ (int) |
| ThisType & | operator-- () |
| ThisType | operator-- (int) |
Definition at line 106 of file AtomIterators.h.
| typedef AromaticAtomIterator_<Atom_,Mol_,PMAP_> RDKit::AromaticAtomIterator_< Atom_, Mol_, PMAP_ >::ThisType |
Definition at line 108 of file AtomIterators.h.
| RDKit::AromaticAtomIterator_< Atom_, Mol_, PMAP_ >::AromaticAtomIterator_ | ( | ) | [inline] |
Definition at line 109 of file AtomIterators.h.
| RDKit::AromaticAtomIterator_< Atom_, Mol_, PMAP_ >::AromaticAtomIterator_ | ( | Mol_ * | mol | ) |
| RDKit::AromaticAtomIterator_< Atom_, Mol_, PMAP_ >::AromaticAtomIterator_ | ( | Mol_ * | mol, | |
| int | pos | |||
| ) |
| RDKit::AromaticAtomIterator_< Atom_, Mol_, PMAP_ >::~AromaticAtomIterator_ | ( | ) |
| RDKit::AromaticAtomIterator_< Atom_, Mol_, PMAP_ >::AromaticAtomIterator_ | ( | const ThisType & | other | ) |
| AromaticAtomIterator_& RDKit::AromaticAtomIterator_< Atom_, Mol_, PMAP_ >::operator= | ( | const ThisType & | other | ) |
| bool RDKit::AromaticAtomIterator_< Atom_, Mol_, PMAP_ >::operator== | ( | const ThisType & | other | ) |
| bool RDKit::AromaticAtomIterator_< Atom_, Mol_, PMAP_ >::operator!= | ( | const ThisType & | other | ) |
| Atom_* RDKit::AromaticAtomIterator_< Atom_, Mol_, PMAP_ >::operator * | ( | ) |
| ThisType& RDKit::AromaticAtomIterator_< Atom_, Mol_, PMAP_ >::operator++ | ( | ) |
| ThisType RDKit::AromaticAtomIterator_< Atom_, Mol_, PMAP_ >::operator++ | ( | int | ) |
| ThisType& RDKit::AromaticAtomIterator_< Atom_, Mol_, PMAP_ >::operator-- | ( | ) |
| ThisType RDKit::AromaticAtomIterator_< Atom_, Mol_, PMAP_ >::operator-- | ( | int | ) |
1.5.3