Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
void | election (association_type, bool value, error_handler &err, int32_t line, government_type_context &context) |
void | appoint_ruling_party (association_type, bool value, error_handler &err, int32_t line, government_type_context &context) |
void | duration (association_type, int32_t value, error_handler &err, int32_t line, government_type_context &context) |
void | flagtype (association_type, std::string_view value, error_handler &err, int32_t line, government_type_context &context) |
void | any_value (std::string_view text, association_type, bool value, error_handler &err, int32_t line, government_type_context &context) |
void | finish (government_type_context &) |
Definition at line 1130 of file parsers_declarations.hpp.
void parsers::government_type::any_value | ( | std::string_view | text, |
association_type | , | ||
bool | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
government_type_context & | context | ||
) |
void parsers::government_type::appoint_ruling_party | ( | association_type | , |
bool | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
government_type_context & | context | ||
) |
Definition at line 135 of file parsers_declarations.cpp.
void parsers::government_type::duration | ( | association_type | , |
int32_t | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
government_type_context & | context | ||
) |
Definition at line 140 of file parsers_declarations.cpp.
void parsers::government_type::election | ( | association_type | , |
bool | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
government_type_context & | context | ||
) |
Definition at line 131 of file parsers_declarations.cpp.
|
inline |
Definition at line 1138 of file parsers_declarations.hpp.
void parsers::government_type::flagtype | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
government_type_context & | context | ||
) |