KiCad PCB EDA Suite
Loading...
Searching...
No Matches
TEST_SEXPR_PARSER_FIXTURE Class Reference

Public Member Functions

std::unique_ptr< SEXPR::SEXPRParse (const std::string &aIn)
 Wrap the parser function with a unique_ptr.
 

Public Attributes

SEXPR::PARSER m_parser
 

Detailed Description

Definition at line 36 of file test_sexpr_parser.cpp.

Member Function Documentation

◆ Parse()

std::unique_ptr< SEXPR::SEXPR > TEST_SEXPR_PARSER_FIXTURE::Parse ( const std::string &  aIn)
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().

Member Data Documentation

◆ m_parser

SEXPR::PARSER TEST_SEXPR_PARSER_FIXTURE::m_parser

Definition at line 47 of file test_sexpr_parser.cpp.

Referenced by Parse().


The documentation for this class was generated from the following file: