![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Iterate over atoms matching a query. This is bidirectional. More...
#include <AtomIterators.h>
Public Types | |
| typedef QueryAtomIterator_< Atom_, Mol_ > | ThisType |
Public Member Functions | |
| QueryAtomIterator_ () | |
| QueryAtomIterator_ (Mol_ *mol, QueryAtom const *what) | |
| QueryAtomIterator_ (Mol_ *mol, int pos) | |
| ~QueryAtomIterator_ () | |
| QueryAtomIterator_ (const ThisType &other) | |
| QueryAtomIterator_ & | 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 atoms matching a query. This is bidirectional.
Definition at line 144 of file AtomIterators.h.
| typedef QueryAtomIterator_<Atom_, Mol_> RDKit::QueryAtomIterator_< Atom_, Mol_ >::ThisType |
Definition at line 146 of file AtomIterators.h.
|
inline |
Definition at line 147 of file AtomIterators.h.
Referenced by operator=().
| RDKit::QueryAtomIterator_< Atom_, Mol_ >::QueryAtomIterator_ | ( | Mol_ * | mol, |
| QueryAtom const * | what ) |
| RDKit::QueryAtomIterator_< Atom_, Mol_ >::QueryAtomIterator_ | ( | Mol_ * | mol, |
| int | pos ) |
| RDKit::QueryAtomIterator_< Atom_, Mol_ >::~QueryAtomIterator_ | ( | ) |
| RDKit::QueryAtomIterator_< Atom_, Mol_ >::QueryAtomIterator_ | ( | const ThisType & | other | ) |
| bool RDKit::QueryAtomIterator_< Atom_, Mol_ >::operator!= | ( | const ThisType & | other | ) | const |
| Atom_ * RDKit::QueryAtomIterator_< Atom_, Mol_ >::operator* | ( | ) | const |
| ThisType & RDKit::QueryAtomIterator_< Atom_, Mol_ >::operator++ | ( | ) |
| ThisType RDKit::QueryAtomIterator_< Atom_, Mol_ >::operator++ | ( | int | ) |
| ThisType & RDKit::QueryAtomIterator_< Atom_, Mol_ >::operator-- | ( | ) |
| ThisType RDKit::QueryAtomIterator_< Atom_, Mol_ >::operator-- | ( | int | ) |
| QueryAtomIterator_ & RDKit::QueryAtomIterator_< Atom_, Mol_ >::operator= | ( | const ThisType & | other | ) |
References QueryAtomIterator_().
| bool RDKit::QueryAtomIterator_< Atom_, Mol_ >::operator== | ( | const ThisType & | other | ) | const |