Maze Builder Docs 6.0.1
Loading...
Searching...
No Matches
mazes::grid_interface Member List

This is the complete list of members for mazes::grid_interface, including all inherited members.

background_color_for(const std::shared_ptr< cell > &c) const noexcept=0 (defined in mazes::grid_interface)mazes::grid_interfacepure virtual
contents_of(const std::shared_ptr< cell > &c) const noexcept=0mazes::grid_interfacepure virtual
get_dimensions() const noexcept=0mazes::grid_interfacepure virtual
operator<<(std::ostream &os, const grid_interface &g)mazes::grid_interfacefriend
to_vec(std::vector< std::shared_ptr< cell > > &cells) const noexcept=0mazes::grid_interfacepure virtual
to_vec2(std::vector< std::vector< std::shared_ptr< cell > > > &cells) const noexcept=0 (defined in mazes::grid_interface)mazes::grid_interfacepure virtual