#include <ngraph.h>
Inheritance diagram for NGraphNNodeIter:
Public Methods | |
virtual | ~NGraphNNodeIter () |
virtual T* | get () const = 0 |
virtual bool | done () const = 0 |
virtual void | increment () = 0 |
T& | step () |
|
|
Reimplemented in NGraphBaseIter, NGraph_empty_iter, and NGraph_filtered_nnode_iter.
|
Reimplemented in NGraphBaseIter, NGraph_empty_iter, and NGraph_filtered_nnode_iter.
|
Reimplemented in NGraphBaseIter, NGraph_empty_iter, and NGraph_filtered_nnode_iter.
|