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

Protected Member Functions

void SetUp () override
 

Protected Attributes

TestDigraph dg
 
vector< TestDigraph::Node * > nodes
 
vector< TestDigraph::Arc * > arcs
 

Detailed Description

Definition at line 765 of file tpl_graph_test.cc.

Member Function Documentation

◆ SetUp()

void DirectedPathTest::SetUp ( )
inlineoverrideprotected

Definition at line 772 of file tpl_graph_test.cc.

References arcs, dg, and nodes.

Member Data Documentation

◆ arcs

vector<TestDigraph::Arc*> DirectedPathTest::arcs
protected

Definition at line 770 of file tpl_graph_test.cc.

Referenced by SetUp().

◆ dg

TestDigraph DirectedPathTest::dg
protected

Definition at line 768 of file tpl_graph_test.cc.

Referenced by SetUp().

◆ nodes

vector<TestDigraph::Node*> DirectedPathTest::nodes
protected

Definition at line 769 of file tpl_graph_test.cc.

Referenced by SetUp().


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