Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
void | leader (association_type, std::string_view name, error_handler &err, int32_t line, culture_group_context &context) |
void | is_overseas (association_type, bool v, error_handler &err, int32_t line, culture_group_context &context) |
void | union_tag (association_type, uint32_t v, error_handler &err, int32_t line, culture_group_context &context) |
void | finish (culture_group_context &context) |
Definition at line 529 of file parsers_declarations.hpp.
|
inline |
Definition at line 533 of file parsers_declarations.hpp.
void parsers::culture_group::is_overseas | ( | association_type | , |
bool | v, | ||
error_handler & | err, | ||
int32_t | line, | ||
culture_group_context & | context | ||
) |
Definition at line 51 of file parsers_declarations.cpp.
void parsers::culture_group::leader | ( | association_type | , |
std::string_view | name, | ||
error_handler & | err, | ||
int32_t | line, | ||
culture_group_context & | context | ||
) |
Definition at line 40 of file parsers_declarations.cpp.
void parsers::culture_group::union_tag | ( | association_type | , |
uint32_t | v, | ||
error_handler & | err, | ||
int32_t | line, | ||
culture_group_context & | context | ||
) |
Definition at line 55 of file parsers_declarations.cpp.