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

Protected Member Functions

void SetUp () override
 

Protected Attributes

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

Detailed Description

Definition at line 872 of file tpl_graph_test.cc.

Member Function Documentation

◆ SetUp()

void DigraphTest::SetUp ( )
inlineoverrideprotected

Definition at line 879 of file tpl_graph_test.cc.

References arcs, dg, and nodes.

Member Data Documentation

◆ arcs

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

Definition at line 877 of file tpl_graph_test.cc.

Referenced by SetUp().

◆ dg

TestDigraph DigraphTest::dg
protected

Definition at line 875 of file tpl_graph_test.cc.

Referenced by SetUp().

◆ nodes

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

Definition at line 876 of file tpl_graph_test.cc.

Referenced by SetUp().


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