RDKit
Open-source cheminformatics and machine learning.
|
A general random access iterator. More...
#include <AtomIterators.h>
Public Types | |
typedef AtomIterator_< Atom_, Mol_ > | ThisType |
Public Member Functions | |
AtomIterator_ () | |
AtomIterator_ (Mol_ *mol) | |
AtomIterator_ (Mol_ *mol, int pos) | |
AtomIterator_ (const ThisType &other) | |
AtomIterator_ & | operator= (const ThisType &other) |
AtomIterator_ & | operator+= (int val) |
AtomIterator_ & | operator-= (int val) |
AtomIterator_ | operator+ (int val) const |
AtomIterator_ | operator- (int val) const |
int | operator- (ThisType &other) const |
Atom_ * | operator* () const |
Atom_ * | operator[] (const int which) const |
bool | operator== (const ThisType &other) const |
bool | operator!= (const ThisType &other) const |
bool | operator< (const ThisType &other) const |
bool | operator<= (const ThisType &other) const |
bool | operator> (const ThisType &other) const |
bool | operator>= (const ThisType &other) const |
ThisType & | operator++ () |
ThisType | operator++ (int) |
ThisType & | operator-- () |
ThisType | operator-- (int) |
A general random access iterator.
Definition at line 31 of file AtomIterators.h.
typedef AtomIterator_<Atom_, Mol_> RDKit::AtomIterator_< Atom_, Mol_ >::ThisType |
Definition at line 33 of file AtomIterators.h.
Definition at line 34 of file AtomIterators.h.
RDKit::AtomIterator_< Atom_, Mol_ >::AtomIterator_ | ( | Mol_ * | mol | ) |
RDKit::AtomIterator_< Atom_, Mol_ >::AtomIterator_ | ( | Mol_ * | mol, |
int | pos | ||
) |
RDKit::AtomIterator_< Atom_, Mol_ >::AtomIterator_ | ( | const ThisType & | other | ) |
bool RDKit::AtomIterator_< Atom_, Mol_ >::operator!= | ( | const ThisType & | other | ) | const |
Atom_ * RDKit::AtomIterator_< Atom_, Mol_ >::operator* | ( | ) | const |
AtomIterator_ RDKit::AtomIterator_< Atom_, Mol_ >::operator+ | ( | int | val | ) | const |
ThisType & RDKit::AtomIterator_< Atom_, Mol_ >::operator++ | ( | ) |
ThisType RDKit::AtomIterator_< Atom_, Mol_ >::operator++ | ( | int | ) |
AtomIterator_ & RDKit::AtomIterator_< Atom_, Mol_ >::operator+= | ( | int | val | ) |
AtomIterator_ RDKit::AtomIterator_< Atom_, Mol_ >::operator- | ( | int | val | ) | const |
int RDKit::AtomIterator_< Atom_, Mol_ >::operator- | ( | ThisType & | other | ) | const |
ThisType & RDKit::AtomIterator_< Atom_, Mol_ >::operator-- | ( | ) |
ThisType RDKit::AtomIterator_< Atom_, Mol_ >::operator-- | ( | int | ) |
AtomIterator_ & RDKit::AtomIterator_< Atom_, Mol_ >::operator-= | ( | int | val | ) |
bool RDKit::AtomIterator_< Atom_, Mol_ >::operator< | ( | const ThisType & | other | ) | const |
bool RDKit::AtomIterator_< Atom_, Mol_ >::operator<= | ( | const ThisType & | other | ) | const |
AtomIterator_ & RDKit::AtomIterator_< Atom_, Mol_ >::operator= | ( | const ThisType & | other | ) |
bool RDKit::AtomIterator_< Atom_, Mol_ >::operator== | ( | const ThisType & | other | ) | const |
bool RDKit::AtomIterator_< Atom_, Mol_ >::operator> | ( | const ThisType & | other | ) | const |
bool RDKit::AtomIterator_< Atom_, Mol_ >::operator>= | ( | const ThisType & | other | ) | const |
Atom_ * RDKit::AtomIterator_< Atom_, Mol_ >::operator[] | ( | const int | which | ) | const |