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

Definition at line 959 of file graph_functional_test.cc.

Member Function Documentation

◆ SetUp()

Member Data Documentation

◆ a1

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

Definition at line 964 of file graph_functional_test.cc.

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

◆ a2

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

Definition at line 964 of file graph_functional_test.cc.

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

◆ g

◆ n1

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

Definition at line 963 of file graph_functional_test.cc.

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

◆ n2

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

Definition at line 963 of file graph_functional_test.cc.

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

◆ n3

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

Definition at line 963 of file graph_functional_test.cc.

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


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