![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <ROMol.h>
Public Types | |
| using | iterator_category = std::random_access_iterator_tag |
| using | difference_type = std::ptrdiff_t |
| using | value_type = Vertex |
| using | pointer = Vertex * |
| using | reference = Vertex & |
| using | const_reference = Vertex const & |
Public Member Functions | |
| CXXAtomIter () | |
| CXXAtomIter (Graph *graph, Iterator pos) | |
| const_reference | operator* () const |
| const_reference | operator[] (difference_type n) const |
| CXXAtomIter & | operator++ () |
| CXXAtomIter | operator++ (int) |
| CXXAtomIter & | operator-- () |
| CXXAtomIter | operator+ (difference_type n) const |
| CXXAtomIter | operator- (difference_type n) const |
| CXXAtomIter | operator-- (int) |
| CXXAtomIter & | operator+= (difference_type n) |
| CXXAtomIter & | operator-= (difference_type n) |
| difference_type | operator- (const CXXAtomIter &other) const |
| bool | operator== (const CXXAtomIter &other) const |
| bool | operator!= (const CXXAtomIter &other) const |
| bool | operator< (const CXXAtomIter &other) const |
| bool | operator<= (const CXXAtomIter &other) const |
| bool | operator> (const CXXAtomIter &other) const |
| bool | operator>= (const CXXAtomIter &other) const |
Public Attributes | |
| Graph * | graph = nullptr |
| Iterator | pos |
Friends | |
| CXXAtomIter | operator+ (difference_type n, const CXXAtomIter &it) |
| using RDKit::CXXAtomIterator< Graph, Vertex, Iterator >::CXXAtomIter::const_reference = Vertex const & |
| using RDKit::CXXAtomIterator< Graph, Vertex, Iterator >::CXXAtomIter::difference_type = std::ptrdiff_t |
| using RDKit::CXXAtomIterator< Graph, Vertex, Iterator >::CXXAtomIter::iterator_category = std::random_access_iterator_tag |
| using RDKit::CXXAtomIterator< Graph, Vertex, Iterator >::CXXAtomIter::pointer = Vertex * |
| using RDKit::CXXAtomIterator< Graph, Vertex, Iterator >::CXXAtomIter::reference = Vertex & |
| using RDKit::CXXAtomIterator< Graph, Vertex, Iterator >::CXXAtomIter::value_type = Vertex |
|
inline |
Definition at line 132 of file ROMol.h.
Referenced by operator!=(), operator+(), operator+, operator++(), operator++(), operator+=(), operator-(), operator-(), operator--(), operator--(), operator-=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
|
inline |
|
inline |
Definition at line 188 of file ROMol.h.
References CXXAtomIter().
|
inline |
|
inline |
Definition at line 158 of file ROMol.h.
References CXXAtomIter(), graph, and pos.
|
inline |
Definition at line 145 of file ROMol.h.
References CXXAtomIter(), and pos.
|
inline |
Definition at line 149 of file ROMol.h.
References CXXAtomIter().
|
inline |
Definition at line 170 of file ROMol.h.
References CXXAtomIter(), and pos.
|
inline |
Definition at line 178 of file ROMol.h.
References CXXAtomIter(), and pos.
|
inline |
Definition at line 161 of file ROMol.h.
References CXXAtomIter(), graph, and pos.
|
inline |
Definition at line 154 of file ROMol.h.
References CXXAtomIter(), and pos.
|
inline |
Definition at line 165 of file ROMol.h.
References CXXAtomIter().
|
inline |
Definition at line 174 of file ROMol.h.
References CXXAtomIter(), and pos.
|
inline |
Definition at line 191 of file ROMol.h.
References CXXAtomIter(), and pos.
|
inline |
Definition at line 192 of file ROMol.h.
References CXXAtomIter(), and pos.
|
inline |
Definition at line 185 of file ROMol.h.
References CXXAtomIter(), graph, and pos.
|
inline |
Definition at line 193 of file ROMol.h.
References CXXAtomIter(), and pos.
|
inline |
Definition at line 194 of file ROMol.h.
References CXXAtomIter(), and pos.
|
inline |
|
friend |
Definition at line 181 of file ROMol.h.
References CXXAtomIter(), graph, and pos.
| Graph* RDKit::CXXAtomIterator< Graph, Vertex, Iterator >::CXXAtomIter::graph = nullptr |
Definition at line 129 of file ROMol.h.
Referenced by CXXAtomIter(), operator*(), operator+(), operator+, operator-(), operator==(), and operator[]().
| Iterator RDKit::CXXAtomIterator< Graph, Vertex, Iterator >::CXXAtomIter::pos |
Definition at line 130 of file ROMol.h.
Referenced by CXXAtomIter(), operator*(), operator+(), operator+, operator++(), operator+=(), operator-(), operator-(), operator--(), operator-=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), and operator[]().