Generate race-specific unit-names. More...
#include "units/race.hpp"
#include "filesystem.hpp"
#include "log.hpp"
#include "utils/name_generator.hpp"
#include "utils/name_generator_factory.hpp"
Go to the source code of this file.
Macros | |
#define | ERR_WML LOG_STREAM(err, log_wml) |
Functions | |
static const config & | empty_traits () |
static const config & | empty_topics () |
const std::string & | gender_string (unit_race::GENDER gender) |
unit_race::GENDER | string_gender (const std::string &str, unit_race::GENDER def) |
const config::attribute_value & | gender_value (const config &cfg, unit_race::GENDER gender, const std::string &male_key, const std::string &female_key, const std::string &default_key) |
Chooses a value from the given config based on gender. More... | |
Variables | |
static lg::log_domain | log_wml ("wml") |
Generate race-specific unit-names.
Definition in file race.cpp.
#define ERR_WML LOG_STREAM(err, log_wml) |
const std::string& gender_string | ( | unit_race::GENDER | gender | ) |
Definition at line 139 of file race.cpp.
References unit_race::FEMALE, unit_race::MALE, unit_race::s_female, and unit_race::s_male.
Referenced by unit::add_trait_description(), wfl::unit_callable::get_value(), UNIT_GETTER(), unit_race::unit_race(), and unit::write().
const config::attribute_value& gender_value | ( | const config & | cfg, |
unit_race::GENDER | gender, | ||
const std::string & | male_key, | ||
const std::string & | female_key, | ||
const std::string & | default_key | ||
) |
Chooses a value from the given config based on gender.
If the value for the specified gender is blank, then default_key is used to look up a value instead.
Definition at line 158 of file race.cpp.
References config::get_or(), and unit_race::MALE.
Referenced by unit::init().
unit_race::GENDER string_gender | ( | const std::string & | str, |
unit_race::GENDER | def | ||
) |
Definition at line 149 of file race.cpp.
References unit_race::FEMALE, unit_race::MALE, unit_race::s_female, and unit_race::s_male.
Referenced by unit_type::build_help_index(), unit_filter_impl::unit_filter_compound::fill(), generate_gender(), and SYNCED_COMMAND_HANDLER_FUNCTION().
|
static |