Project Alice
Loading...
Searching...
No Matches
parsers::party Struct Reference

#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
 

Detailed Description

Definition at line 1470 of file parsers_declarations.hpp.

Member Function Documentation

◆ any_value()

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 403 of file parsers_declarations.cpp.

◆ end_date()

void parsers::party::end_date ( association_type  ,
sys::year_month_day  ymd,
error_handler err,
int32_t  line,
party_context context 
)

Definition at line 394 of file parsers_declarations.cpp.

◆ finish()

void parsers::party::finish ( party_context context)

Definition at line 399 of file parsers_declarations.cpp.

◆ ideology()

void parsers::party::ideology ( association_type  ,
std::string_view  text,
error_handler err,
int32_t  line,
party_context context 
)

Definition at line 375 of file parsers_declarations.cpp.

◆ name()

void parsers::party::name ( association_type  ,
std::string_view  text,
error_handler err,
int32_t  line,
party_context context 
)

Definition at line 384 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ start_date()

void parsers::party::start_date ( association_type  ,
sys::year_month_day  ymd,
error_handler err,
int32_t  line,
party_context context 
)

Definition at line 389 of file parsers_declarations.cpp.

Member Data Documentation

◆ trigger

dcon::trigger_key parsers::party::trigger

Definition at line 1471 of file parsers_declarations.hpp.


The documentation for this struct was generated from the following files: