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

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

Detailed Description

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

Iterate over atoms matching a query. This is bidirectional.

Definition at line 72 of file ROMol.h.

Member Typedef Documentation

◆ ThisType

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

Definition at line 146 of file AtomIterators.h.

Constructor & Destructor Documentation

◆ QueryAtomIterator_() [1/4]

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

Definition at line 147 of file AtomIterators.h.

◆ QueryAtomIterator_() [2/4]

template<class T1 , class T2 >
RDKit::QueryAtomIterator_< T1, T2 >::QueryAtomIterator_ ( Mol_ * mol,
QueryAtom const * what )

◆ QueryAtomIterator_() [3/4]

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

◆ ~QueryAtomIterator_()

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

◆ QueryAtomIterator_() [4/4]

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

Member Function Documentation

◆ operator!=()

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

◆ operator*()

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

◆ operator++() [1/2]

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

◆ operator++() [2/2]

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

◆ operator--() [1/2]

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

◆ operator--() [2/2]

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

◆ operator=()

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

◆ operator==()

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

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