KiCad PCB EDA Suite
|
Public Member Functions | |
std::unique_ptr< SEXPR::SEXPR > | Parse (const std::string &aIn) |
Wrap the parser function with a unique_ptr. | |
Public Attributes | |
SEXPR::PARSER | m_parser |
Definition at line 36 of file test_sexpr_parser.cpp.
|
inline |
Wrap the parser function with a unique_ptr.
Definition at line 42 of file test_sexpr_parser.cpp.
References m_parser, and SEXPR::PARSER::Parse().
SEXPR::PARSER TEST_SEXPR_PARSER_FIXTURE::m_parser |
Definition at line 47 of file test_sexpr_parser.cpp.
Referenced by Parse().