HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::Node::NodeConstIterator Class Reference

#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 Nodeoperator* () const
 
const Nodeoperator-> () const
 

Detailed Description

Class to provide const access to Node instances iterated via an EdgeConstIterator.

Definition at line 303 of file graph.h.

Constructor & Destructor Documentation

onnxruntime::Node::NodeConstIterator::NodeConstIterator ( EdgeConstIterator  p_iter)

Member Function Documentation

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

The documentation for this class was generated from the following file: