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

Protected Member Functions

void SetUp () override
 

Protected Attributes

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

Detailed Description

Definition at line 562 of file tpl_graph_test.cc.

Member Function Documentation

◆ SetUp()

void PathTest::SetUp ( )
inlineoverrideprotected

Member Data Documentation

◆ arcs

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

Definition at line 567 of file tpl_graph_test.cc.

Referenced by SetUp().

◆ g

Graph PathTest::g
protected

Definition at line 565 of file tpl_graph_test.cc.

Referenced by SetUp().

◆ nodes

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

Definition at line 566 of file tpl_graph_test.cc.

Referenced by SetUp().


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