Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
FloydIntGraphTest Class Reference

Test fixture with integer weights. More...

Inheritance diagram for FloydIntGraphTest:
[legend]
Collaboration diagram for FloydIntGraphTest:
[legend]

Protected Types

using Graph = List_Digraph< Graph_Node< int >, Graph_Arc< IntDistanceArc > >
 
using Node = Graph::Node
 
using Arc = Graph::Arc
 
using Dist = IntDistanceArc::Distance_Type
 

Protected Member Functions

void SetUp () override
 

Protected Attributes

Graph g
 
vector< Node * > nodes
 

Detailed Description

Test fixture with integer weights.

Definition at line 154 of file latex_floyd_test.cc.

Member Typedef Documentation

◆ Arc

Definition at line 159 of file latex_floyd_test.cc.

◆ Dist

◆ Graph

◆ Node

Definition at line 158 of file latex_floyd_test.cc.

Member Function Documentation

◆ SetUp()

void FloydIntGraphTest::SetUp ( )
inlineoverrideprotected

Definition at line 165 of file latex_floyd_test.cc.

References g, and nodes.

Member Data Documentation

◆ g

Graph FloydIntGraphTest::g
protected

Definition at line 162 of file latex_floyd_test.cc.

Referenced by SetUp().

◆ nodes

vector<Node*> FloydIntGraphTest::nodes
protected

Definition at line 163 of file latex_floyd_test.cc.

Referenced by SetUp().


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