![]() |
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 164 of file ROMol.h.
References RDKit::CXXBondIterator< Graph, Edge, Iterator >::CXXBondIter::pos.
|
inline |
Definition at line 156 of file ROMol.h.
References RDKit::CXXBondIterator< Graph, Edge, Iterator >::CXXBondIter::current, and RDKit::CXXBondIterator< Graph, Edge, Iterator >::CXXBondIter::pos.
|
inline |
Definition at line 160 of file ROMol.h.
References RDKit::CXXBondIterator< Graph, Edge, Iterator >::CXXBondIter::pos.
| Bond* RDKit::CXXBondIterator< Graph, Edge, Iterator >::CXXBondIter::current |
Definition at line 151 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 |