This is the complete list of members for mapgen_gamemap, including all inherited members.
border_size() const | gamemap_base | inline |
default_border | gamemap_base | static |
empty() const | gamemap_base | inline |
for_each_loc(const F &f) const | mapgen_gamemap | inline |
for_each_walkable_loc(const F &f) const | gamemap_base | inline |
gamemap_base()=default | gamemap_base | protected |
gamemap_base(int w, int h, terrain_code default_ter=terrain_code()) | gamemap_base | protected |
get_terrain(const map_location &loc) const | gamemap_base | |
h() const | gamemap_base | inline |
is_special_location(const map_location &loc) const | gamemap_base | |
is_starting_position(const map_location &loc) const | gamemap_base | |
location_map typedef | gamemap_base | |
mapgen_gamemap(std::string_view data) | mapgen_gamemap | explicit |
mapgen_gamemap(int w, int h, terrain_code) | mapgen_gamemap | |
MAX_PLAYERS | gamemap_base | static |
num_valid_starting_positions() const | gamemap_base | |
on_board(const map_location &loc) const | gamemap_base | |
on_board_with_border(const map_location &loc) const | gamemap_base | |
overlay(const gamemap_base &m, map_location loc, const std::vector< overlay_rule > &rules=std::vector< overlay_rule >(), bool is_odd=false, bool ignore_special_locations=false) | gamemap_base | |
parse_location_range(const std::string &xvals, const std::string &yvals, bool with_border=false) const | gamemap_base | |
set_special_location(const std::string &id, const map_location &loc) | gamemap_base | |
set_starting_position(int side, const map_location &loc) | gamemap_base | |
set_terrain(const map_location &loc, const terrain_code &terrain, const terrain_type_data::merge_mode mode=terrain_type_data::BOTH, bool replace_if_failed=false) override | mapgen_gamemap | virtual |
special_location(const std::string &id) const | gamemap_base | |
special_locations() | gamemap_base | inline |
special_locations() const | gamemap_base | inline |
starting_position(int side) const | gamemap_base | |
starting_positions() const | gamemap_base | |
starting_positions_ | gamemap_base | private |
terrain_code typedef | gamemap_base | |
terrain_map typedef | gamemap_base | |
tiles() | gamemap_base | inlineprotected |
tiles() const | gamemap_base | inlineprotected |
tiles_ | gamemap_base | private |
to_string() const | gamemap_base | |
total_height() const | gamemap_base | inline |
total_width() const | gamemap_base | inline |
w() const | gamemap_base | inline |
~gamemap_base() | gamemap_base | virtual |