![]() |
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.
QueryAtomIterator_<Atom_, Mol_> RDKit::QueryAtomIterator_< T1, T2 >::ThisType |
Definition at line 146 of file AtomIterators.h.
|
inline |
Definition at line 147 of file AtomIterators.h.
RDKit::QueryAtomIterator_< T1, T2 >::QueryAtomIterator_ | ( | Mol_ * | mol, |
QueryAtom const * | what ) |
RDKit::QueryAtomIterator_< T1, T2 >::QueryAtomIterator_ | ( | Mol_ * | mol, |
int | pos ) |
RDKit::QueryAtomIterator_< T1, T2 >::~QueryAtomIterator_ | ( | ) |
RDKit::QueryAtomIterator_< T1, T2 >::QueryAtomIterator_ | ( | const ThisType & | other | ) |
bool RDKit::QueryAtomIterator_< T1, T2 >::operator!= | ( | const ThisType & | other | ) | const |
Atom_ * RDKit::QueryAtomIterator_< T1, T2 >::operator* | ( | ) | const |
ThisType & RDKit::QueryAtomIterator_< T1, T2 >::operator++ | ( | ) |
ThisType RDKit::QueryAtomIterator_< T1, T2 >::operator++ | ( | int | ) |
ThisType & RDKit::QueryAtomIterator_< T1, T2 >::operator-- | ( | ) |
ThisType RDKit::QueryAtomIterator_< T1, T2 >::operator-- | ( | int | ) |
QueryAtomIterator_ & RDKit::QueryAtomIterator_< T1, T2 >::operator= | ( | const ThisType & | other | ) |
bool RDKit::QueryAtomIterator_< T1, T2 >::operator== | ( | const ThisType & | other | ) | const |