RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
RDKit::QueryAtomIterator_< Atom_, Mol_ > 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 Atom_, class Mol_>
class RDKit::QueryAtomIterator_< Atom_, Mol_ >

Iterate over atoms matching a query. This is bidirectional.

Definition at line 144 of file AtomIterators.h.

Member Typedef Documentation

◆ ThisType

Definition at line 146 of file AtomIterators.h.

Constructor & Destructor Documentation

◆ QueryAtomIterator_() [1/4]

template<class Atom_ , class Mol_ >
RDKit::QueryAtomIterator_< Atom_, Mol_ >::QueryAtomIterator_ ( )
inline

Definition at line 147 of file AtomIterators.h.

◆ QueryAtomIterator_() [2/4]

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

◆ QueryAtomIterator_() [3/4]

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

◆ ~QueryAtomIterator_()

◆ QueryAtomIterator_() [4/4]

template<class Atom_ , class Mol_ >
RDKit::QueryAtomIterator_< Atom_, Mol_ >::QueryAtomIterator_ ( const ThisType & other)

Member Function Documentation

◆ operator!=()

◆ operator*()

◆ operator++() [1/2]

◆ operator++() [2/2]

◆ operator--() [1/2]

◆ operator--() [2/2]

◆ operator=()

◆ operator==()


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