Maze Builder Docs 7.5.6
Loading...
Searching...
No Matches
mazes::stringify Class Reference

Stringify algorithm for maze representation. More...

#include <stringify.h>

Inheritance diagram for mazes::stringify:
[legend]
Collaboration diagram for mazes::stringify:
[legend]

Public Member Functions

virtual bool run (grid_interface *g, randomizer &rng) const noexcept override
 Run the stringify algorithm.
 
- Public Member Functions inherited from mazes::algo_interface

Detailed Description

Stringify algorithm for maze representation.

Member Function Documentation

◆ run()

virtual bool mazes::stringify::run ( grid_interface * g,
randomizer & rng ) const
overridevirtualnoexcept

Run the stringify algorithm.

Parameters
gThe grid to stringify
rngThe randomizer to use
Returns
True if successful, false otherwise

Implements mazes::algo_interface.


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