Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
void | name (association_type, std::string_view value, error_handler &err, int32_t line, mod_file_context &context) |
void | path (association_type, std::string_view value, error_handler &err, int32_t line, mod_file_context &context) |
void | user_dir (association_type, std::string_view value, error_handler &err, int32_t line, mod_file_context &context) |
void | replace_path (association_type, std::string_view value, error_handler &err, int32_t line, mod_file_context &context) |
void | dependencies (dependencies_list const &value, error_handler &err, int32_t line, mod_file_context &context) |
void | finish (mod_file_context &context) |
void | add_to_file_system (simple_fs::file_system &fs) |
Public Attributes | |
std::string | name_ |
std::string | path_ |
std::string | user_dir_ |
std::vector< std::string > | replace_paths |
std::vector< std::string > | dependent_mods |
bool | mod_selected = false |
Definition at line 2699 of file parsers_declarations.hpp.
void parsers::mod_file::add_to_file_system | ( | simple_fs::file_system & | fs | ) |
|
inline |
Definition at line 2712 of file parsers_declarations.hpp.
|
inline |
Definition at line 2716 of file parsers_declarations.hpp.
void parsers::mod_file::name | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
mod_file_context & | context | ||
) |
Definition at line 3313 of file parsers_declarations.cpp.
void parsers::mod_file::path | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
mod_file_context & | context | ||
) |
Definition at line 3317 of file parsers_declarations.cpp.
void parsers::mod_file::replace_path | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
mod_file_context & | context | ||
) |
Definition at line 3325 of file parsers_declarations.cpp.
void parsers::mod_file::user_dir | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
mod_file_context & | context | ||
) |
Definition at line 3321 of file parsers_declarations.cpp.
std::vector<std::string> parsers::mod_file::dependent_mods |
Definition at line 2704 of file parsers_declarations.hpp.
bool parsers::mod_file::mod_selected = false |
Definition at line 2706 of file parsers_declarations.hpp.
std::string parsers::mod_file::name_ |
Definition at line 2700 of file parsers_declarations.hpp.
std::string parsers::mod_file::path_ |
Definition at line 2701 of file parsers_declarations.hpp.
std::vector<std::string> parsers::mod_file::replace_paths |
Definition at line 2703 of file parsers_declarations.hpp.
std::string parsers::mod_file::user_dir_ |
Definition at line 2702 of file parsers_declarations.hpp.