KiCad PCB EDA Suite
|
Public Member Functions | |
LIBRARY_TABLE_PARSER_STATE () | |
Public Attributes | |
std::string * | target_string |
LIBRARY_TABLE_ROW_IR | current_row_model |
LIBRARY_TABLE_IR | model |
Definition at line 34 of file library_table_parser.cpp.
|
inline |
Definition at line 36 of file library_table_parser.cpp.
References current_row_model, and target_string.
LIBRARY_TABLE_ROW_IR LIBRARY_TABLE_PARSER_STATE::current_row_model |
Definition at line 43 of file library_table_parser.cpp.
Referenced by LIBRARY_TABLE_PARSER_ACTION< LIB_ROW >::apply0(), and LIBRARY_TABLE_PARSER_STATE().
LIBRARY_TABLE_IR LIBRARY_TABLE_PARSER_STATE::model |
Definition at line 44 of file library_table_parser.cpp.
Referenced by LIBRARY_TABLE_PARSER_ACTION< KEYWORDS::DESIGN_BLOCK_LIB_TABLE >::apply0(), LIBRARY_TABLE_PARSER_ACTION< KEYWORDS::FP_LIB_TABLE >::apply0(), LIBRARY_TABLE_PARSER_ACTION< KEYWORDS::SYM_LIB_TABLE >::apply0(), LIBRARY_TABLE_PARSER_ACTION< LIB_ROW >::apply0(), LIBRARY_TABLE_PARSER::Parse(), and LIBRARY_TABLE_PARSER::ParseBuffer().
std::string* LIBRARY_TABLE_PARSER_STATE::target_string |
Definition at line 42 of file library_table_parser.cpp.
Referenced by LIBRARY_TABLE_PARSER_ACTION< QUOTED_TEXT >::apply(), LIBRARY_TABLE_PARSER_ACTION< TOKEN >::apply(), and LIBRARY_TABLE_PARSER_STATE().