ROSE 0.11.145.147
|
Bidirectional iterator over values.
Dereferencing this iterator will return a reference to the user-defined value of the node.
Definition at line 266 of file GraphIteratorMap.h.
#include <Sawyer/GraphIteratorMap.h>
Public Member Functions | |
ConstValueIterator (const ConstValueIterator &other) | |
Copy constructor. | |
ConstValueIterator (const ValueIterator &other) | |
Copy constructor. | |
ConstValueIterator (const ConstNodeIterator &other) | |
Copy constructor. | |
ConstValueIterator (const NodeIterator &other) | |
Copy constructor. | |
const Value & | operator* () const |
Dereference iterator to return the value of the user-defined data. | |
const Value * | operator-> () const |
Dereference iterator to return address of the user-defined data. | |
|
inline |
Definition at line 269 of file GraphIteratorMap.h.
|
inline |
Copy constructor.
Definition at line 272 of file GraphIteratorMap.h.
|
inline |
Copy constructor.
Definition at line 276 of file GraphIteratorMap.h.
|
inline |
Copy constructor.
Definition at line 280 of file GraphIteratorMap.h.
|
inline |
Copy constructor.
Definition at line 284 of file GraphIteratorMap.h.
|
inline |
Dereference iterator to return the value of the user-defined data.
Definition at line 288 of file GraphIteratorMap.h.
|
inline |
Dereference iterator to return address of the user-defined data.
Definition at line 293 of file GraphIteratorMap.h.