Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
production_context (scenario_building_context &outer_context) | |
Public Attributes | |
scenario_building_context & | outer_context |
ankerl::unordered_dense::map< std::string, production_type > | templates |
bool | found_worker_types = false |
Definition at line 2444 of file parsers_declarations.hpp.
|
inline |
Definition at line 2449 of file parsers_declarations.hpp.
bool parsers::production_context::found_worker_types = false |
Definition at line 2447 of file parsers_declarations.hpp.
scenario_building_context& parsers::production_context::outer_context |
Definition at line 2445 of file parsers_declarations.hpp.
ankerl::unordered_dense::map<std::string, production_type> parsers::production_context::templates |
Definition at line 2446 of file parsers_declarations.hpp.