Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
GraphIteratorTest Class Reference
Inheritance diagram for GraphIteratorTest:
[legend]
Collaboration diagram for GraphIteratorTest:
[legend]

Protected Member Functions

void SetUp () override
 

Protected Attributes

Graph g
 
vector< Graph::Node * > nodes
 
vector< Graph::Arc * > arcs
 

Detailed Description

Definition at line 326 of file tpl_graph_test.cc.

Member Function Documentation

◆ SetUp()

void GraphIteratorTest::SetUp ( )
inlineoverrideprotected

Member Data Documentation

◆ arcs

vector<Graph::Arc*> GraphIteratorTest::arcs
protected

Definition at line 331 of file tpl_graph_test.cc.

Referenced by SetUp().

◆ g

Graph GraphIteratorTest::g
protected

Definition at line 329 of file tpl_graph_test.cc.

Referenced by SetUp().

◆ nodes

vector<Graph::Node*> GraphIteratorTest::nodes
protected

Definition at line 330 of file tpl_graph_test.cc.

Referenced by SetUp().


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