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

Protected Types

using Digraph = List_Digraph< Graph_Node< int >, Graph_Arc< int > >
 
using Node = Digraph::Node
 
using Arc = Digraph::Arc
 

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Protected Attributes

Digraph dg
 
Noden0
 
Noden1
 
Noden2
 
std::string binary_file
 
std::string text_file
 

Detailed Description

Definition at line 370 of file io_graph_test.cc.

Member Typedef Documentation

◆ Arc

Definition at line 375 of file io_graph_test.cc.

◆ Digraph

◆ Node

Definition at line 374 of file io_graph_test.cc.

Member Function Documentation

◆ SetUp()

void IODigraphTest::SetUp ( )
inlineoverrideprotected

Definition at line 377 of file io_graph_test.cc.

References binary_file, dg, Aleph::maps(), n0, n1, n2, and text_file.

◆ TearDown()

void IODigraphTest::TearDown ( )
inlineoverrideprotected

Definition at line 391 of file io_graph_test.cc.

References binary_file, and text_file.

Member Data Documentation

◆ binary_file

std::string IODigraphTest::binary_file
protected

Definition at line 399 of file io_graph_test.cc.

Referenced by SetUp(), and TearDown().

◆ dg

Digraph IODigraphTest::dg
protected

Definition at line 397 of file io_graph_test.cc.

Referenced by SetUp().

◆ n0

Node* IODigraphTest::n0
protected

Definition at line 398 of file io_graph_test.cc.

Referenced by SetUp().

◆ n1

Node * IODigraphTest::n1
protected

Definition at line 398 of file io_graph_test.cc.

Referenced by SetUp().

◆ n2

Node * IODigraphTest::n2
protected

Definition at line 398 of file io_graph_test.cc.

Referenced by SetUp().

◆ text_file

std::string IODigraphTest::text_file
protected

Definition at line 400 of file io_graph_test.cc.

Referenced by SetUp(), and TearDown().


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