#include <sgraph_iter.h>
Public Methods | |
SNodeIter () | |
~SNodeIter () | |
SNodeIter (SGraphNodeIter *iter) | |
SNodeIter (const SNodeIter &other) | |
SNodeIter& | operator= (const SNodeIter &other) |
SGraphNode | get () const |
bool | done () const |
void | increment () |
void | reset () |
bool | is_valid () const |
SGraphNode | current () const |
void | next () |
SNodeIter | clone () const |
|
|
|
|
|
|
|
|
|
|
|
|
|