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

Converter from Graph::Node to int for Tree_Node. More...

Public Types

using GraphNode = List_Graph< Graph_Node< int >, Graph_Arc< int > >::Node
 

Public Member Functions

void operator() (GraphNode *gnode, Tree_Node< int > *tnode)
 

Detailed Description

Converter from Graph::Node to int for Tree_Node.

Definition at line 290 of file graph_visualization_test.cc.

Member Typedef Documentation

◆ GraphNode

Member Function Documentation

◆ operator()()

void IntConvert::operator() ( GraphNode gnode,
Tree_Node< int > *  tnode 
)
inline

Definition at line 293 of file graph_visualization_test.cc.

References Aleph::maps().


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