Maze Builder Docs 6.0.1
Loading...
Searching...
No Matches
mazes::configurator Class Reference

Configuration class for the maze builder. More...

#include <configurator.h>

Public Member Functions

configuratorrows (unsigned int r) noexcept
 
configuratorcolumns (unsigned int c) noexcept
 
configuratorlevels (unsigned int l) noexcept
 
configurator_algo (algo _a) noexcept
 
configuratorseed (unsigned int s) noexcept
 
configuratordistances (bool d) noexcept
 
configuratoroutput (const std::string &s) noexcept
 
unsigned int rows () const noexcept
 
unsigned int columns () const noexcept
 
unsigned int levels () const noexcept
 
algo _algo () const noexcept
 
unsigned int seed () const noexcept
 
bool distances () const noexcept
 
std::string output () const noexcept
 

Detailed Description

Configuration class for the maze builder.


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