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

#include <parsers_declarations.hpp>

Public Member Functions

void money (association_type, bool v, error_handler &err, int32_t line, good_context &context)
 
void color (color_from_3i v, error_handler &err, int32_t line, good_context &context)
 
void cost (association_type, float v, error_handler &err, int32_t line, good_context &context)
 
void available_from_start (association_type, bool b, error_handler &err, int32_t line, good_context &context)
 
void overseas_penalty (association_type, bool b, error_handler &err, int32_t line, good_context &context)
 
void finish (good_context &context)
 

Detailed Description

Definition at line 549 of file parsers_declarations.hpp.

Member Function Documentation

◆ available_from_start()

void parsers::good::available_from_start ( association_type  ,
bool  b,
error_handler err,
int32_t  line,
good_context context 
)

Definition at line 100 of file parsers_declarations.cpp.

◆ color()

void parsers::good::color ( color_from_3i  v,
error_handler err,
int32_t  line,
good_context context 
)

Definition at line 92 of file parsers_declarations.cpp.

◆ cost()

void parsers::good::cost ( association_type  ,
float  v,
error_handler err,
int32_t  line,
good_context context 
)

Definition at line 96 of file parsers_declarations.cpp.

◆ finish()

void parsers::good::finish ( good_context context)

Definition at line 108 of file parsers_declarations.cpp.

◆ money()

void parsers::good::money ( association_type  ,
bool  v,
error_handler err,
int32_t  line,
good_context context 
)

Definition at line 62 of file parsers_declarations.cpp.

Here is the call graph for this function:

◆ overseas_penalty()

void parsers::good::overseas_penalty ( association_type  ,
bool  b,
error_handler err,
int32_t  line,
good_context context 
)

Definition at line 104 of file parsers_declarations.cpp.


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