![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Iterate over heteroatoms, this is bidirectional. More...
#include <AtomIterators.h>
Public Types | |
| typedef HeteroatomIterator_< Atom_, Mol_ > | ThisType |
Public Member Functions | |
| HeteroatomIterator_ () | |
| HeteroatomIterator_ (Mol_ *mol) | |
| HeteroatomIterator_ (Mol_ *mol, int pos) | |
| ~HeteroatomIterator_ () | |
| HeteroatomIterator_ (const ThisType &other) | |
| HeteroatomIterator_ & | 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 heteroatoms, this is bidirectional.
Definition at line 74 of file AtomIterators.h.
| typedef HeteroatomIterator_<Atom_, Mol_> RDKit::HeteroatomIterator_< Atom_, Mol_ >::ThisType |
Definition at line 76 of file AtomIterators.h.
|
inline |
Definition at line 77 of file AtomIterators.h.
Referenced by operator=().
| RDKit::HeteroatomIterator_< Atom_, Mol_ >::HeteroatomIterator_ | ( | Mol_ * | mol | ) |
| RDKit::HeteroatomIterator_< Atom_, Mol_ >::HeteroatomIterator_ | ( | Mol_ * | mol, |
| int | pos ) |
| RDKit::HeteroatomIterator_< Atom_, Mol_ >::~HeteroatomIterator_ | ( | ) |
| RDKit::HeteroatomIterator_< Atom_, Mol_ >::HeteroatomIterator_ | ( | const ThisType & | other | ) |
| bool RDKit::HeteroatomIterator_< Atom_, Mol_ >::operator!= | ( | const ThisType & | other | ) | const |
| Atom_ * RDKit::HeteroatomIterator_< Atom_, Mol_ >::operator* | ( | ) | const |
| ThisType & RDKit::HeteroatomIterator_< Atom_, Mol_ >::operator++ | ( | ) |
| ThisType RDKit::HeteroatomIterator_< Atom_, Mol_ >::operator++ | ( | int | ) |
| ThisType & RDKit::HeteroatomIterator_< Atom_, Mol_ >::operator-- | ( | ) |
| ThisType RDKit::HeteroatomIterator_< Atom_, Mol_ >::operator-- | ( | int | ) |
| HeteroatomIterator_ & RDKit::HeteroatomIterator_< Atom_, Mol_ >::operator= | ( | const ThisType & | other | ) |
References HeteroatomIterator_().
| bool RDKit::HeteroatomIterator_< Atom_, Mol_ >::operator== | ( | const ThisType & | other | ) | const |