|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Protected Types | |
| using | Graph = List_Graph< Graph_Node< int >, Graph_Arc< double > > |
| using | Node = Graph::Node |
| using | Arc = Graph::Arc |
Protected Member Functions | |
| void | SetUp () override |
| void | TearDown () override |
| std::vector< int > | get_node_values (Graph &graph) |
| std::vector< double > | get_arc_values (Graph &graph) |
Protected Attributes | |
| Graph | g |
| Node * | n0 |
| Node * | n1 |
| Node * | n2 |
| Node * | n3 |
| std::string | binary_file |
| std::string | text_file |
Definition at line 50 of file io_graph_test.cc.
|
protected |
Definition at line 55 of file io_graph_test.cc.
|
protected |
Definition at line 53 of file io_graph_test.cc.
|
protected |
Definition at line 54 of file io_graph_test.cc.
Definition at line 97 of file io_graph_test.cc.
Definition at line 87 of file io_graph_test.cc.
|
inlineoverrideprotected |
Definition at line 57 of file io_graph_test.cc.
References binary_file, g, Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_arc(), Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_node(), Aleph::maps(), n0, n1, n2, n3, and text_file.
|
inlineoverrideprotected |
Definition at line 80 of file io_graph_test.cc.
References binary_file, and text_file.
|
protected |
Definition at line 108 of file io_graph_test.cc.
Referenced by SetUp(), and TearDown().
|
protected |
Definition at line 106 of file io_graph_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 107 of file io_graph_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 107 of file io_graph_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 107 of file io_graph_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 107 of file io_graph_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 109 of file io_graph_test.cc.
Referenced by SetUp(), and TearDown().