RDKit
Open-source cheminformatics and machine learning.
|
Iterate over aromatic atoms, this is bidirectional. More...
#include <AtomIterators.h>
Public Types | |
typedef AromaticAtomIterator_< Atom_, Mol_ > | 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) const |
bool | operator!= (const ThisType &other) const |
Atom_ * | operator* () const |
ThisType & | operator++ () |
ThisType | operator++ (int) |
ThisType & | operator-- () |
ThisType | operator-- (int) |
Iterate over aromatic atoms, this is bidirectional.
Definition at line 111 of file AtomIterators.h.
typedef AromaticAtomIterator_<Atom_, Mol_> RDKit::AromaticAtomIterator_< Atom_, Mol_ >::ThisType |
Definition at line 113 of file AtomIterators.h.
|
inline |
Definition at line 114 of file AtomIterators.h.
RDKit::AromaticAtomIterator_< Atom_, Mol_ >::AromaticAtomIterator_ | ( | Mol_ * | mol | ) |
RDKit::AromaticAtomIterator_< Atom_, Mol_ >::AromaticAtomIterator_ | ( | Mol_ * | mol, |
int | pos | ||
) |
RDKit::AromaticAtomIterator_< Atom_, Mol_ >::AromaticAtomIterator_ | ( | const ThisType & | other | ) |
bool RDKit::AromaticAtomIterator_< Atom_, Mol_ >::operator!= | ( | const ThisType & | other | ) | const |
Atom_ * RDKit::AromaticAtomIterator_< Atom_, Mol_ >::operator* | ( | ) | const |
ThisType & RDKit::AromaticAtomIterator_< Atom_, Mol_ >::operator++ | ( | ) |
ThisType & RDKit::AromaticAtomIterator_< Atom_, Mol_ >::operator-- | ( | ) |
AromaticAtomIterator_ & RDKit::AromaticAtomIterator_< Atom_, Mol_ >::operator= | ( | const ThisType & | other | ) |
bool RDKit::AromaticAtomIterator_< Atom_, Mol_ >::operator== | ( | const ThisType & | other | ) | const |