Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

AStar::StateCmp< State, Cmp > Struct Template Reference

For efficient lookup of existance of states in open or closed list, uses user's Cmp on the user state within the search node. More...

#include <AStar.h>

Inheritance diagram for AStar::StateCmp< State, Cmp >:

Detailed Description

template<class State, class Cmp>
struct AStar::StateCmp< State, Cmp >

For efficient lookup of existance of states in open or closed list, uses user's Cmp on the user state within the search node.

Definition at line 39 of file AStar.h.

List of all members.

Public Member Functions

bool operator() (const Node< State > *left, const Node< State > *right) const

Member Function Documentation

template<class State , class Cmp >
bool AStar::StateCmp< State, Cmp >::operator() ( const Node< State > *  left,
const Node< State > *  right 
) const

Definition at line 40 of file AStar.h.


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

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:19 2016 by Doxygen 1.6.3