Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
void | finish (oob_file_regiment_context &) |
void | name (association_type, std::string_view value, error_handler &err, int32_t line, oob_file_regiment_context &context) |
void | type (association_type, std::string_view value, error_handler &err, int32_t line, oob_file_regiment_context &context) |
void | home (association_type, int32_t value, error_handler &err, int32_t line, oob_file_regiment_context &context) |
Definition at line 2415 of file parsers_declarations.hpp.
|
inline |
Definition at line 2416 of file parsers_declarations.hpp.
void parsers::oob_regiment::home | ( | association_type | , |
int32_t | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
oob_file_regiment_context & | context | ||
) |
Definition at line 2408 of file parsers_declarations.cpp.
void parsers::oob_regiment::name | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
oob_file_regiment_context & | context | ||
) |
void parsers::oob_regiment::type | ( | association_type | , |
std::string_view | value, | ||
error_handler & | err, | ||
int32_t | line, | ||
oob_file_regiment_context & | context | ||
) |
Definition at line 2397 of file parsers_declarations.cpp.