RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
RDKit::HeteroatomIterator_< T1, T2 > Class Template Reference

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
 
ThisTypeoperator++ ()
 
ThisType operator++ (int)
 
ThisTypeoperator-- ()
 
ThisType operator-- (int)
 

Detailed Description

template<class T1, class T2>
class RDKit::HeteroatomIterator_< T1, T2 >

Iterate over heteroatoms, this is bidirectional.

Definition at line 70 of file ROMol.h.

Member Typedef Documentation

◆ ThisType

template<class T1 , class T2 >
HeteroatomIterator_<Atom_, Mol_> RDKit::HeteroatomIterator_< T1, T2 >::ThisType

Definition at line 76 of file AtomIterators.h.

Constructor & Destructor Documentation

◆ HeteroatomIterator_() [1/4]

template<class T1 , class T2 >
RDKit::HeteroatomIterator_< T1, T2 >::HeteroatomIterator_ ( )
inline

Definition at line 77 of file AtomIterators.h.

◆ HeteroatomIterator_() [2/4]

template<class T1 , class T2 >
RDKit::HeteroatomIterator_< T1, T2 >::HeteroatomIterator_ ( Mol_ * mol)

◆ HeteroatomIterator_() [3/4]

template<class T1 , class T2 >
RDKit::HeteroatomIterator_< T1, T2 >::HeteroatomIterator_ ( Mol_ * mol,
int pos )

◆ ~HeteroatomIterator_()

template<class T1 , class T2 >
RDKit::HeteroatomIterator_< T1, T2 >::~HeteroatomIterator_ ( )

◆ HeteroatomIterator_() [4/4]

template<class T1 , class T2 >
RDKit::HeteroatomIterator_< T1, T2 >::HeteroatomIterator_ ( const ThisType & other)

Member Function Documentation

◆ operator!=()

template<class T1 , class T2 >
bool RDKit::HeteroatomIterator_< T1, T2 >::operator!= ( const ThisType & other) const

◆ operator*()

template<class T1 , class T2 >
Atom_ * RDKit::HeteroatomIterator_< T1, T2 >::operator* ( ) const

◆ operator++() [1/2]

template<class T1 , class T2 >
ThisType & RDKit::HeteroatomIterator_< T1, T2 >::operator++ ( )

◆ operator++() [2/2]

template<class T1 , class T2 >
ThisType RDKit::HeteroatomIterator_< T1, T2 >::operator++ ( int )

◆ operator--() [1/2]

template<class T1 , class T2 >
ThisType & RDKit::HeteroatomIterator_< T1, T2 >::operator-- ( )

◆ operator--() [2/2]

template<class T1 , class T2 >
ThisType RDKit::HeteroatomIterator_< T1, T2 >::operator-- ( int )

◆ operator=()

template<class T1 , class T2 >
HeteroatomIterator_ & RDKit::HeteroatomIterator_< T1, T2 >::operator= ( const ThisType & other)

◆ operator==()

template<class T1 , class T2 >
bool RDKit::HeteroatomIterator_< T1, T2 >::operator== ( const ThisType & other) const

The documentation for this class was generated from the following files: