HOG2
Classes | Typedefs | Functions
FlipSide.h File Reference
#include <stdint.h>
#include <iostream>
#include "SearchEnvironment.h"
#include "UnitSimulation.h"
Include dependency graph for FlipSide.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FlipSideState
 
class  flipMove
 
class  FlipSide
 

Typedefs

typedef UnitSimulation< FlipSideState, flipMove, FlipSideFlipPuzzleSimulation
 

Functions

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

Typedef Documentation

◆ FlipPuzzleSimulation

Definition at line 104 of file FlipSide.h.

Function Documentation

◆ operator<<()

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

Definition at line 44 of file FlipSide.h.

◆ operator==()

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

Definition at line 56 of file FlipSide.h.

References FlipSideState::puzzle, and FlipSideState::width.