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

#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 &)
 

Detailed Description

Definition at line 1130 of file parsers_declarations.hpp.

Member Function Documentation

◆ any_value()

void parsers::government_type::any_value ( std::string_view  text,
association_type  ,
bool  value,
error_handler err,
int32_t  line,
government_type_context context 
)

Definition at line 228 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ appoint_ruling_party()

void parsers::government_type::appoint_ruling_party ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
government_type_context context 
)

Definition at line 134 of file parsers_declarations.cpp.

◆ duration()

void parsers::government_type::duration ( association_type  ,
int32_t  value,
error_handler err,
int32_t  line,
government_type_context context 
)

Definition at line 139 of file parsers_declarations.cpp.

◆ election()

void parsers::government_type::election ( association_type  ,
bool  value,
error_handler err,
int32_t  line,
government_type_context context 
)

Definition at line 130 of file parsers_declarations.cpp.

◆ finish()

void parsers::government_type::finish ( government_type_context )
inline

Definition at line 1138 of file parsers_declarations.hpp.

◆ flagtype()

void parsers::government_type::flagtype ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
government_type_context context 
)

Definition at line 144 of file parsers_declarations.cpp.

Here is the call graph for this function:

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