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

Protected Member Functions

void SetUp () override
 

Protected Attributes

TestGraph g
 
std::vector< TestGraph::Node * > nodes
 

Detailed Description

Definition at line 77 of file graph_traverse_test.cc.

Member Function Documentation

◆ SetUp()

void DisconnectedGraphTest::SetUp ( )
inlineoverrideprotected

Member Data Documentation

◆ g

TestGraph DisconnectedGraphTest::g
protected

Definition at line 80 of file graph_traverse_test.cc.

Referenced by SetUp().

◆ nodes

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

Definition at line 81 of file graph_traverse_test.cc.

Referenced by SetUp().


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