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

Protected Member Functions

void SetUp () override
 

Protected Attributes

TestGraph g
 
TestDigraph dg
 
std::vector< TestGraph::Node * > nodes
 
std::vector< TestDigraph::Node * > dnodes
 

Detailed Description

Definition at line 76 of file graph_copy_test.cc.

Member Function Documentation

◆ SetUp()

void GraphCopyTest::SetUp ( )
inlineoverrideprotected

Definition at line 84 of file graph_copy_test.cc.

References dnodes, and nodes.

Member Data Documentation

◆ dg

TestDigraph GraphCopyTest::dg
protected

Definition at line 80 of file graph_copy_test.cc.

◆ dnodes

std::vector<TestDigraph::Node*> GraphCopyTest::dnodes
protected

Definition at line 82 of file graph_copy_test.cc.

Referenced by SetUp().

◆ g

TestGraph GraphCopyTest::g
protected

Definition at line 79 of file graph_copy_test.cc.

◆ nodes

std::vector<TestGraph::Node*> GraphCopyTest::nodes
protected

Definition at line 81 of file graph_copy_test.cc.

Referenced by SetUp().


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