#include <maze_factory.h>
creational::abstractfactory::MazeFactory::~MazeFactory |
( |
| ) |
|
|
override |
creational::abstractfactory::MazeFactory::MazeFactory |
( |
| ) |
|
|
protected |
commons::Maze * creational::abstractfactory::MazeFactory::MakeMaze |
( |
| ) |
const |
|
overridevirtual |
commons::Room * creational::abstractfactory::MazeFactory::MakeRoom |
( |
const int & |
room_number | ) |
const |
|
overridevirtual |
commons::Wall * creational::abstractfactory::MazeFactory::MakeWall |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: