Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
void | ideology (association_type, std::string_view text, error_handler &err, int32_t line, party_context &context) |
void | name (association_type, std::string_view text, error_handler &err, int32_t line, party_context &context) |
void | start_date (association_type, sys::year_month_day ymd, error_handler &err, int32_t line, party_context &context) |
void | end_date (association_type, sys::year_month_day ymd, error_handler &err, int32_t line, party_context &context) |
void | any_value (std::string_view issue, association_type, std::string_view option, error_handler &err, int32_t line, party_context &context) |
void | finish (party_context &context) |
Public Attributes | |
dcon::trigger_key | trigger |
Definition at line 1470 of file parsers_declarations.hpp.
void parsers::party::any_value | ( | std::string_view | issue, |
association_type | , | ||
std::string_view | option, | ||
error_handler & | err, | ||
int32_t | line, | ||
party_context & | context | ||
) |
Definition at line 404 of file parsers_declarations.cpp.
void parsers::party::end_date | ( | association_type | , |
sys::year_month_day | ymd, | ||
error_handler & | err, | ||
int32_t | line, | ||
party_context & | context | ||
) |
Definition at line 395 of file parsers_declarations.cpp.
void parsers::party::finish | ( | party_context & | context | ) |
Definition at line 400 of file parsers_declarations.cpp.
void parsers::party::ideology | ( | association_type | , |
std::string_view | text, | ||
error_handler & | err, | ||
int32_t | line, | ||
party_context & | context | ||
) |
Definition at line 376 of file parsers_declarations.cpp.
void parsers::party::name | ( | association_type | , |
std::string_view | text, | ||
error_handler & | err, | ||
int32_t | line, | ||
party_context & | context | ||
) |
void parsers::party::start_date | ( | association_type | , |
sys::year_month_day | ymd, | ||
error_handler & | err, | ||
int32_t | line, | ||
party_context & | context | ||
) |
Definition at line 390 of file parsers_declarations.cpp.
dcon::trigger_key parsers::party::trigger |
Definition at line 1471 of file parsers_declarations.hpp.