HOG2
Classes | Functions
SFBDPancakePuzzle.h File Reference
#include "PancakePuzzle.h"
#include "BurnedPancakePuzzle.h"
Include dependency graph for SFBDPancakePuzzle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pancakeStatePair
 
class  pancakeMovePair
 
class  SFBDPancakeEnvironment
 

Functions

static std::ostream & operator<< (std::ostream &out, const pancakeStatePair &loc)
 
static bool operator== (const pancakeMovePair &l1, const pancakeMovePair &l2)
 
static bool operator== (const pancakeStatePair &l1, const pancakeStatePair &l2)
 

Function Documentation

◆ operator<<()

static std::ostream& operator<< ( std::ostream &  out,
const pancakeStatePair loc 
)
static

Definition at line 36 of file SFBDPancakePuzzle.h.

◆ operator==() [1/2]

static bool operator== ( const pancakeMovePair l1,
const pancakeMovePair l2 
)
static

◆ operator==() [2/2]

static bool operator== ( const pancakeStatePair l1,
const pancakeStatePair l2 
)
static

Definition at line 47 of file SFBDPancakePuzzle.h.

References pancakeStatePair::goal, and pancakeStatePair::start.