#include <msmazes/core/maze/traits_maker.hpp>
MazeMakerTraits
struct template bundles the static properties of a Maze Maker together.
Parameter | Description | Default |
---|---|---|
MazeMaker | The Maze Maker whose static properties will be bundled together. | |
MazeMaker
must be a Maze Maker.
Public Types | |
typedef MazeMaker::DefaultPolicy | DefaultPolicy |
typedef MazeMaker::RequiresRandomInputs | RequiresRandomInputs |
typedef MazeMaker::RestartsOnDeadEnd | RestartsOnDeadEnd |
typedef MazeMaker::BuildsLastVisitedMap | BuildsLastVisitedMap |
|
Defined in the Maze Maker concept; the primary |
|
Defined in the Maze Maker concept; the primary |
|
Defined in the Maze Maker concept; the primary |
|
Defined in the Maze Maker concept; the primary |
Multi-State Mazes in C++ is hosted by . Use the Table of Contents for navigation.