![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <ROMol.h>
Public Member Functions | |
CXXBondIter (Graph *graph, Iterator pos) | |
Edge & | operator* () |
CXXBondIter & | operator++ () |
bool | operator!= (const CXXBondIter &it) const |
Public Attributes | |
Graph * | graph |
Iterator | pos |
Bond * | current |
|
inline |
|
inline |
Definition at line 165 of file ROMol.h.
References RDKit::CXXBondIterator< Graph, Edge, Iterator >::CXXBondIter::pos.
|
inline |
Definition at line 157 of file ROMol.h.
References RDKit::CXXBondIterator< Graph, Edge, Iterator >::CXXBondIter::current, and RDKit::CXXBondIterator< Graph, Edge, Iterator >::CXXBondIter::pos.
|
inline |
Definition at line 161 of file ROMol.h.
References RDKit::CXXBondIterator< Graph, Edge, Iterator >::CXXBondIter::pos.
Bond* RDKit::CXXBondIterator< Graph, Edge, Iterator >::CXXBondIter::current |
Definition at line 152 of file ROMol.h.
Referenced by RDKit::CXXBondIterator< Graph, Edge, Iterator >::CXXBondIter::operator*().
Graph* RDKit::CXXBondIterator< Graph, Edge, Iterator >::CXXBondIter::graph |
Iterator RDKit::CXXBondIterator< Graph, Edge, Iterator >::CXXBondIter::pos |