|
Maze Builder Docs 7.5.6
|
| ▼Nmazes | Namespace for the maze builder |
| ▼Ndetail | |
| Cworker_concurrent | A worker class for concurrent maze generation |
| Calgo_interface | Interface for runnable algorithms |
| Cargs | Command-line argument handler with JSON support |
| Cbase64_helper | Base64 encoding and decoding helper class |
| Cbinary_tree | Binary tree algorithm for generating mazes |
| Cbuildinfo | Build information for the maze generation library |
| Ccell | Cell class with links to other cells |
| Ccolored_grid | |
| Cconfigurator | Configuration class for arguments |
| Cdfs | Depth-first search algorithm for generating mazes |
| Cdistance_grid | A grid that can calculate distances between cells |
| Cdistances | A class that manages distances associated with cells in a grid |
| Cfactory_interface | Modern factory interface using registration pattern |
| Cgrid | General purpose grid class for 2D maze generation |
| Cgrid_factory | Modern grid grid_factory with registration capabilities |
| Cgrid_interface | Interface for the grid class |
| Cgrid_operations | Interface for grid navigation and manipulation operations |
| Cio_utils | Handles file writing for text, stdout, images, and object files |
| Cjson_helper | JSON helper class |
| Clab | Provides link operations |
| Cmaze_factory | |
| Cmaze_interface | Interface for the mazes |
| Cmaze_str | String representation of a maze |
| Cobjectify | |
| Cpair_hash | Hashing function to store a block's (x, z) position |
| Cpixels | |
| Cprogress | Simple clock for elapsed events |
| Crandomizer | Provides random-number generating capabilities |
| Csidewinder | Sidewinder algorithm for generating mazes |
| Csingleton_base | |
| Cstring_utils | String helper class |
| Cstringify | Stringify algorithm for maze representation |
| Ctri_hash | Hashing function to store a block's (x, y, z) position |
| Cuni_hash | A hash function object for a single value |
| Cwavefront_object_helper | Transform a maze into a Wavefront object string |
| Cweak_ptr_hash | Hashing function to store a weak_ptr |