![]() |
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 () |
| size_t | size () const |
Public Attributes | |
| Graph * | graph |
| Iterator | vstart |
| Iterator | vend |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 304 of file ROMol.h.
Referenced by CXXBondIterator().
|
inline |
| Graph* RDKit::CXXBondIterator< Graph, Edge, Iterator, Checked >::graph |
Definition at line 238 of file ROMol.h.
Referenced by begin(), CXXBondIterator(), CXXBondIterator(), and end().
| Iterator RDKit::CXXBondIterator< Graph, Edge, Iterator, Checked >::vend |
Definition at line 239 of file ROMol.h.
Referenced by CXXBondIterator(), CXXBondIterator(), end(), and size().
| Iterator RDKit::CXXBondIterator< Graph, Edge, Iterator, Checked >::vstart |
Definition at line 239 of file ROMol.h.
Referenced by begin(), CXXBondIterator(), CXXBondIterator(), and size().