HDK
|
#include <graph.h>
Public Member Functions | |
NodeConstIterator (EdgeConstIterator p_iter) | |
bool | operator== (const NodeConstIterator &p_other) const |
bool | operator!= (const NodeConstIterator &p_other) const |
void | operator++ () |
void | operator-- () |
const Node & | operator* () const |
const Node * | operator-> () const |
Class to provide const access to Node instances iterated via an EdgeConstIterator.
onnxruntime::Node::NodeConstIterator::NodeConstIterator | ( | EdgeConstIterator | p_iter | ) |
bool onnxruntime::Node::NodeConstIterator::operator!= | ( | const NodeConstIterator & | p_other | ) | const |
const Node& onnxruntime::Node::NodeConstIterator::operator* | ( | ) | const |
void onnxruntime::Node::NodeConstIterator::operator++ | ( | ) |
void onnxruntime::Node::NodeConstIterator::operator-- | ( | ) |
const Node* onnxruntime::Node::NodeConstIterator::operator-> | ( | ) | const |
bool onnxruntime::Node::NodeConstIterator::operator== | ( | const NodeConstIterator & | p_other | ) | const |