![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <ROMol.h>
Classes | |
| struct | CXXBondIter |
Public Member Functions | |
| CXXBondIterator (Graph *graph) | |
| CXXBondIterator (Graph *graph, Iterator start, Iterator end) | |
| CXXBondIter | begin () |
| CXXBondIter | end () |
Public Attributes | |
| Graph * | graph |
| Iterator | vstart |
| Iterator | vend |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 196 of file ROMol.h.
Referenced by CXXBondIterator().
| Graph* RDKit::CXXBondIterator< Graph, Edge, Iterator >::graph |
Definition at line 159 of file ROMol.h.
Referenced by begin(), CXXBondIterator(), CXXBondIterator(), and end().
| Iterator RDKit::CXXBondIterator< Graph, Edge, Iterator >::vend |
Definition at line 160 of file ROMol.h.
Referenced by CXXBondIterator(), CXXBondIterator(), and end().
| Iterator RDKit::CXXBondIterator< Graph, Edge, Iterator >::vstart |
Definition at line 160 of file ROMol.h.
Referenced by begin(), CXXBondIterator(), and CXXBondIterator().