Core Maze Layer


Detailed Description

All Maze Makers provided by Multi-State Mazes reside here. They use the graph algorithms in the Core Graph Layer to create mazes on top of the Pattern models in the Core Pattern Layer.


Classes

struct  msmazes::MemoryMazeMaker
 Maze maker for making memory mazes. More...
struct  msmazes::StandardMazeMaker
 Maze maker for making traditional mazes. More...
struct  msmazes::WalkthroughMazeMaker
 Maze maker for making walkthrough mazes. More...
class  msmazes::MazeStruct<>
 This class template contains the output of a maze maker. More...
struct  msmazes::MazeMakerTraits< MazeMaker >
 Maze maker traits struct template. More...


Multi-State Mazes in C++ is hosted by SourceForge.net. Use the Table of Contents for navigation.