YARP
Yet Another Robot Platform
yarp::manager::GraphIterator Class Reference

Class GraphIterator. More...

#include <yarp/manager/graph.h>

+ Inheritance diagram for yarp::manager::GraphIterator:

Public Member Functions

 GraphIterator ()=default
 
virtual ~GraphIterator ()=default
 
GraphIteratoroperator++ ()
 
GraphIterator operator++ (int)
 
bool operator== (const GraphIterator &rhs) const
 
bool operator!= (const GraphIterator &rhs) const
 
Node *& operator* ()
 

Friends

class Graph
 

Detailed Description

Class GraphIterator.

Definition at line 69 of file graph.h.

Constructor & Destructor Documentation

◆ GraphIterator()

yarp::manager::GraphIterator::GraphIterator ( )
default

◆ ~GraphIterator()

virtual yarp::manager::GraphIterator::~GraphIterator ( )
virtualdefault

Member Function Documentation

◆ operator!=()

bool yarp::manager::GraphIterator::operator!= ( const GraphIterator rhs) const
inline

Definition at line 77 of file graph.h.

◆ operator*()

Node*& yarp::manager::GraphIterator::operator* ( )
inline

Definition at line 78 of file graph.h.

◆ operator++() [1/2]

GraphIterator& yarp::manager::GraphIterator::operator++ ( )
inline

Definition at line 74 of file graph.h.

◆ operator++() [2/2]

GraphIterator yarp::manager::GraphIterator::operator++ ( int  )
inline

Definition at line 75 of file graph.h.

◆ operator==()

bool yarp::manager::GraphIterator::operator== ( const GraphIterator rhs) const
inline

Definition at line 76 of file graph.h.

Friends And Related Function Documentation

◆ Graph

friend class Graph
friend

Definition at line 79 of file graph.h.


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