HOG2
Classes | Enumerations | Variables
AStarOpenClosed.h File Reference
#include <cassert>
#include <cstddef>
#include <functional>
#include <stdint.h>
#include <unordered_map>
#include <vector>
Include dependency graph for AStarOpenClosed.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  AHash64
 
class  AStarOpenClosedDataWithF< state >
 
class  AStarOpenClosedData< state >
 
class  AStarOpenClosed< state, CmpKey, dataStructure >
 

Enumerations

enum  dataLocation { kOpenList, kClosedList, kNotFound }
 

Variables

const uint64_t kTAStarNoNode = 0xFFFFFFFFFFFFFFFFull
 

Enumeration Type Documentation

◆ dataLocation

Enumerator
kOpenList 
kClosedList 
kNotFound 

Definition at line 27 of file AStarOpenClosed.h.

Variable Documentation

◆ kTAStarNoNode

const uint64_t kTAStarNoNode = 0xFFFFFFFFFFFFFFFFull