#include <SimpleStrategy.h>
Inheritance diagram for SimpleStrategy:

Public Member Functions | |
| SimpleStrategy (const Puzzle &p) | |
| Constructs a SimpleStrategy for solving the given Puzzle.  | |
| ~SimpleStrategy () | |
| Destructor.  | |
| void | setStartCell (size_t &x, size_t &y) | 
| Sets the start cell for solving the Puzzle for which this Strategy was created.  | |
Private Member Functions | |
| SimpleStrategy (const SimpleStrategy &s) | |
| Copy constructor.   | |
| SimpleStrategy & | operator= (const SimpleStrategy &s) | 
| Assignment operator.   | |
      
  | 
  
| 
 Copy constructor. Not implemented.  | 
  
      
  | 
  
| 
 Assignment operator. Not implemented.  | 
  
 
1.3.4