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