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

Protected Member Functions

void SetUp () override
 

Protected Attributes

GraphType g
 
GraphType::Node * n1
 
GraphType::Node * n2
 
GraphType::Node * n3
 
GraphType::Arc * a1
 
GraphType::Arc * a2
 

Detailed Description

template<typename GraphType>
class DirectedGraphTest< GraphType >

Definition at line 979 of file graph_functional_test.cc.

Member Function Documentation

◆ SetUp()

Member Data Documentation

◆ a1

template<typename GraphType >
GraphType::Arc* DirectedGraphTest< GraphType >::a1
protected

Definition at line 984 of file graph_functional_test.cc.

Referenced by DirectedGraphTest< GraphType >::SetUp().

◆ a2

template<typename GraphType >
GraphType::Arc * DirectedGraphTest< GraphType >::a2
protected

Definition at line 984 of file graph_functional_test.cc.

Referenced by DirectedGraphTest< GraphType >::SetUp().

◆ g

Definition at line 982 of file graph_functional_test.cc.

Referenced by DirectedGraphTest< GraphType >::SetUp().

◆ n1

template<typename GraphType >
GraphType::Node* DirectedGraphTest< GraphType >::n1
protected

Definition at line 983 of file graph_functional_test.cc.

Referenced by DirectedGraphTest< GraphType >::SetUp().

◆ n2

template<typename GraphType >
GraphType::Node * DirectedGraphTest< GraphType >::n2
protected

Definition at line 983 of file graph_functional_test.cc.

Referenced by DirectedGraphTest< GraphType >::SetUp().

◆ n3

template<typename GraphType >
GraphType::Node * DirectedGraphTest< GraphType >::n3
protected

Definition at line 983 of file graph_functional_test.cc.

Referenced by DirectedGraphTest< GraphType >::SetUp().


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