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

Protected Member Functions

void SetUp () override
 

Protected Attributes

IntGraph g
 
IntGraph::Noden0 = nullptr
 
IntGraph::Noden1 = nullptr
 
IntGraph::Noden2 = nullptr
 
IntGraph::Noden3 = nullptr
 

Detailed Description

Definition at line 58 of file tpl_matgraph_test.cc.

Member Function Documentation

◆ SetUp()

void MatGraphTestBase::SetUp ( )
inlineoverrideprotected

Member Data Documentation

◆ g

IntGraph MatGraphTestBase::g
protected

Definition at line 61 of file tpl_matgraph_test.cc.

Referenced by SetUp().

◆ n0

IntGraph::Node* MatGraphTestBase::n0 = nullptr
protected

Definition at line 62 of file tpl_matgraph_test.cc.

Referenced by SetUp().

◆ n1

IntGraph::Node* MatGraphTestBase::n1 = nullptr
protected

Definition at line 63 of file tpl_matgraph_test.cc.

Referenced by SetUp().

◆ n2

IntGraph::Node* MatGraphTestBase::n2 = nullptr
protected

Definition at line 64 of file tpl_matgraph_test.cc.

Referenced by SetUp().

◆ n3

IntGraph::Node* MatGraphTestBase::n3 = nullptr
protected

Definition at line 65 of file tpl_matgraph_test.cc.

Referenced by SetUp().


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