HOG2
Public Member Functions | Public Attributes | List of all members
PancakePuzzleState< N > Class Template Reference

#include <PancakePuzzle.h>

Public Member Functions

 PancakePuzzleState ()
 
size_t size () const
 
void FinishUnranking ()
 
void Reset ()
 

Public Attributes

int puzzle [N]
 

Detailed Description

template<int N>
class PancakePuzzleState< N >

Definition at line 14 of file PancakePuzzle.h.

Constructor & Destructor Documentation

◆ PancakePuzzleState()

template<int N>
PancakePuzzleState< N >::PancakePuzzleState ( )
inline

Definition at line 16 of file PancakePuzzle.h.

References PancakePuzzleState< N >::Reset().

Member Function Documentation

◆ FinishUnranking()

template<int N>
void PancakePuzzleState< N >::FinishUnranking ( )
inline

Definition at line 20 of file PancakePuzzle.h.

◆ Reset()

template<int N>
void PancakePuzzleState< N >::Reset ( )
inline

◆ size()

template<int N>
size_t PancakePuzzleState< N >::size ( ) const
inline

Member Data Documentation

◆ puzzle

template<int N>
int PancakePuzzleState< N >::puzzle[N]

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