Maze Builder Docs 6.7.5
Loading...
Searching...
No Matches
mazes::grid_factory Class Reference

grid_factory provides a way to create grids with algorithms applied More...

#include <grid_factory.h>

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

Public Member Functions

std::unique_ptr< grid_interfacecreate (configurator const &config) const noexcept override
 Create a grid pointer.
 
- Public Member Functions inherited from mazes::factory_interface

Detailed Description

grid_factory provides a way to create grids with algorithms applied

Member Function Documentation

◆ create()

std::unique_ptr< grid_interface > mazes::grid_factory::create ( configurator const & config) const
overridevirtualnoexcept

Create a grid pointer.

Parameters
config
Returns
pointer to a grid product

Implements mazes::factory_interface.


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