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

Protected Member Functions

void SetUp () override
 

Protected Attributes

IntDigraph g
 
IntDigraph::Noden0 = nullptr
 
IntDigraph::Noden1 = nullptr
 
IntDigraph::Noden2 = nullptr
 

Detailed Description

Definition at line 84 of file tpl_matgraph_test.cc.

Member Function Documentation

◆ SetUp()

void DigraphTestBase::SetUp ( )
inlineoverrideprotected

Definition at line 92 of file tpl_matgraph_test.cc.

References g, n0, n1, and n2.

Member Data Documentation

◆ g

IntDigraph DigraphTestBase::g
protected

Definition at line 87 of file tpl_matgraph_test.cc.

Referenced by SetUp().

◆ n0

IntDigraph::Node* DigraphTestBase::n0 = nullptr
protected

Definition at line 88 of file tpl_matgraph_test.cc.

Referenced by SetUp().

◆ n1

IntDigraph::Node* DigraphTestBase::n1 = nullptr
protected

Definition at line 89 of file tpl_matgraph_test.cc.

Referenced by SetUp().

◆ n2

IntDigraph::Node* DigraphTestBase::n2 = nullptr
protected

Definition at line 90 of file tpl_matgraph_test.cc.

Referenced by SetUp().


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