![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <ROMol.h>
Classes | |
struct | CXXBondIter |
Public Member Functions | |
CXXBondIterator (Graph *graph) | |
CXXBondIter | begin () |
CXXBondIter | end () |
Public Attributes | |
Graph * | graph |
Graph::edge_iterator | vstart |
Graph::edge_iterator | vend |
|
inline |
Definition at line 162 of file ROMol.h.
References RDKit::CXXBondIterator< Graph, Edge >::graph, RDKit::CXXBondIterator< Graph, Edge >::vend, and RDKit::CXXBondIterator< Graph, Edge >::vstart.
|
inline |
Definition at line 167 of file ROMol.h.
References RDKit::CXXBondIterator< Graph, Edge >::graph, and RDKit::CXXBondIterator< Graph, Edge >::vstart.
|
inline |
Definition at line 168 of file ROMol.h.
References RDKit::CXXBondIterator< Graph, Edge >::graph, and RDKit::CXXBondIterator< Graph, Edge >::vend.
Graph* RDKit::CXXBondIterator< Graph, Edge >::graph |
Definition at line 140 of file ROMol.h.
Referenced by RDKit::CXXBondIterator< Graph, Edge >::begin(), RDKit::CXXBondIterator< Graph, Edge >::CXXBondIterator(), and RDKit::CXXBondIterator< Graph, Edge >::end().
Graph::edge_iterator RDKit::CXXBondIterator< Graph, Edge >::vend |
Definition at line 141 of file ROMol.h.
Referenced by RDKit::CXXBondIterator< Graph, Edge >::CXXBondIterator(), and RDKit::CXXBondIterator< Graph, Edge >::end().
Graph::edge_iterator RDKit::CXXBondIterator< Graph, Edge >::vstart |
Definition at line 141 of file ROMol.h.
Referenced by RDKit::CXXBondIterator< Graph, Edge >::begin(), and RDKit::CXXBondIterator< Graph, Edge >::CXXBondIterator().