#include <AtomIterators.h>
Public Types | |
| typedef HeteroatomIterator_ < Atom_, Mol_, PMAP_ > | 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) |
| bool | operator!= (const ThisType &other) |
| Atom_ * | operator * () |
| ThisType & | operator++ () |
| ThisType | operator++ (int) |
| ThisType & | operator-- () |
| ThisType | operator-- (int) |
Definition at line 69 of file AtomIterators.h.
| typedef HeteroatomIterator_<Atom_,Mol_,PMAP_> RDKit::HeteroatomIterator_< Atom_, Mol_, PMAP_ >::ThisType |
Definition at line 71 of file AtomIterators.h.
| RDKit::HeteroatomIterator_< Atom_, Mol_, PMAP_ >::HeteroatomIterator_ | ( | ) | [inline] |
Definition at line 72 of file AtomIterators.h.
| RDKit::HeteroatomIterator_< Atom_, Mol_, PMAP_ >::HeteroatomIterator_ | ( | Mol_ * | mol | ) |
| RDKit::HeteroatomIterator_< Atom_, Mol_, PMAP_ >::HeteroatomIterator_ | ( | Mol_ * | mol, | |
| int | pos | |||
| ) |
| RDKit::HeteroatomIterator_< Atom_, Mol_, PMAP_ >::~HeteroatomIterator_ | ( | ) |
| RDKit::HeteroatomIterator_< Atom_, Mol_, PMAP_ >::HeteroatomIterator_ | ( | const ThisType & | other | ) |
| HeteroatomIterator_& RDKit::HeteroatomIterator_< Atom_, Mol_, PMAP_ >::operator= | ( | const ThisType & | other | ) |
| bool RDKit::HeteroatomIterator_< Atom_, Mol_, PMAP_ >::operator== | ( | const ThisType & | other | ) |
| bool RDKit::HeteroatomIterator_< Atom_, Mol_, PMAP_ >::operator!= | ( | const ThisType & | other | ) |
| Atom_* RDKit::HeteroatomIterator_< Atom_, Mol_, PMAP_ >::operator * | ( | ) |
| ThisType& RDKit::HeteroatomIterator_< Atom_, Mol_, PMAP_ >::operator++ | ( | ) |
| ThisType RDKit::HeteroatomIterator_< Atom_, Mol_, PMAP_ >::operator++ | ( | int | ) |
| ThisType& RDKit::HeteroatomIterator_< Atom_, Mol_, PMAP_ >::operator-- | ( | ) |
| ThisType RDKit::HeteroatomIterator_< Atom_, Mol_, PMAP_ >::operator-- | ( | int | ) |
1.5.3