bpp-core3  3.0.0
bpp::Graph::NodeIterator Class Referenceabstract

#include <Bpp/Graph/Graph.h>

+ Inheritance diagram for bpp::Graph::NodeIterator:

Public Member Functions

virtual ~NodeIterator ()
 
virtual void next ()=0
 
virtual bool end () const =0
 
virtual void start ()=0
 
virtual NodeId operator* ()=0
 

Detailed Description

Definition at line 186 of file Graph.h.

Constructor & Destructor Documentation

◆ ~NodeIterator()

virtual bpp::Graph::NodeIterator::~NodeIterator ( )
inlinevirtual

Definition at line 189 of file Graph.h.

References end(), next(), operator*(), and start().

Member Function Documentation

◆ end()

◆ next()

◆ operator*()

◆ start()


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