Maze Builder Docs 6.0.1
|
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_interface | pure virtual |
contents_of(const std::shared_ptr< cell > &c) const noexcept=0 | mazes::grid_interface | pure virtual |
get_dimensions() const noexcept=0 | mazes::grid_interface | pure virtual |
operator<<(std::ostream &os, const grid_interface &g) | mazes::grid_interface | friend |
to_vec(std::vector< std::shared_ptr< cell > > &cells) const noexcept=0 | mazes::grid_interface | pure virtual |
to_vec2(std::vector< std::vector< std::shared_ptr< cell > > > &cells) const noexcept=0 (defined in mazes::grid_interface) | mazes::grid_interface | pure virtual |