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

Protected Member Functions

void SetUp () override
 

Protected Attributes

SimpleGraph g
 
std::vector< SimpleGraph::Node * > nodes
 

Detailed Description

template<typename HeapTag>
class AStarHeapTest< HeapTag >

Definition at line 692 of file astar_test.cc.

Member Function Documentation

◆ SetUp()

Member Data Documentation

◆ g

template<typename HeapTag >
SimpleGraph AStarHeapTest< HeapTag >::g
protected

Definition at line 695 of file astar_test.cc.

Referenced by AStarHeapTest< HeapTag >::SetUp().

◆ nodes

template<typename HeapTag >
std::vector<SimpleGraph::Node*> AStarHeapTest< HeapTag >::nodes
protected

Definition at line 696 of file astar_test.cc.

Referenced by AStarHeapTest< HeapTag >::SetUp().


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