ROSE 0.11.145.147
|
Bidirectional iterator over values.
Dereferencing this iterator will return a reference to the user-defined value of the node. Values may be altered in place while they are members of a container.
Definition at line 239 of file GraphIteratorMap.h.
#include <Sawyer/GraphIteratorMap.h>
Public Member Functions | |
ValueIterator (const ValueIterator &other) | |
Copy constructor. | |
ValueIterator (const NodeIterator &other) | |
Copy constructor. | |
Value & | operator* () const |
Dereference iterator to return the user-defined value. | |
Value * | operator-> () const |
Dereference iterator to return address of user-defined value. | |
|
inline |
Definition at line 242 of file GraphIteratorMap.h.
|
inline |
Copy constructor.
Definition at line 245 of file GraphIteratorMap.h.
|
inline |
Copy constructor.
Definition at line 249 of file GraphIteratorMap.h.
|
inline |
Dereference iterator to return the user-defined value.
Definition at line 253 of file GraphIteratorMap.h.
|
inline |
Dereference iterator to return address of user-defined value.
Definition at line 258 of file GraphIteratorMap.h.