Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
void | color (color_from_3i cvalue, error_handler &err, int32_t line, country_file_context &context) |
void | template_ (association_type, std::string_view value, error_handler &err, int32_t line, country_file_context &context) |
void | any_group (std::string_view name, color_from_3i, error_handler &err, int32_t line, country_file_context &context) |
void | finish (country_file_context &) |
Public Attributes | |
unit_names_collection | unit_names |
Definition at line 1486 of file parsers_declarations.hpp.
void parsers::country_file::any_group | ( | std::string_view | name, |
color_from_3i | c, | ||
error_handler & | err, | ||
int32_t | line, | ||
country_file_context & | context | ||
) |
Definition at line 2979 of file parsers_declarations.cpp.
void parsers::country_file::color | ( | color_from_3i | cvalue, |
error_handler & | err, | ||
int32_t | line, | ||
country_file_context & | context | ||
) |
Definition at line 2960 of file parsers_declarations.cpp.
|
inline |
Definition at line 1491 of file parsers_declarations.hpp.
void parsers::country_file::template_ | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
country_file_context & | context | ||
) |
unit_names_collection parsers::country_file::unit_names |
Definition at line 1487 of file parsers_declarations.hpp.