RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
RDKit::AtomIterator_< Atom_, Mol_ > Class Template Reference

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

Detailed Description

template<class Atom_, class Mol_>
class RDKit::AtomIterator_< Atom_, Mol_ >

A general random access iterator.

Definition at line 31 of file AtomIterators.h.

Member Typedef Documentation

◆ ThisType

Definition at line 33 of file AtomIterators.h.

Constructor & Destructor Documentation

◆ AtomIterator_() [1/4]

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

Definition at line 34 of file AtomIterators.h.

◆ AtomIterator_() [2/4]

template<class Atom_ , class Mol_ >
RDKit::AtomIterator_< Atom_, Mol_ >::AtomIterator_ ( Mol_ * mol)

◆ AtomIterator_() [3/4]

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

◆ AtomIterator_() [4/4]

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

Member Function Documentation

◆ operator!=()

◆ operator*()

◆ operator+()

◆ operator++() [1/2]

◆ operator++() [2/2]

◆ operator+=()

◆ operator-() [1/2]

◆ operator-() [2/2]

◆ operator--() [1/2]

◆ operator--() [2/2]

◆ operator-=()

◆ operator<()

◆ operator<=()

◆ operator=()

◆ operator==()

◆ operator>()

◆ operator>=()

◆ operator[]()


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