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

#include <library_table_parser.h>

Public Member Functions

 LIBRARY_TABLE_PARSER ()
 
tl::expected< LIBRARY_TABLE_IR, LIBRARY_PARSE_ERRORParse (const std::filesystem::path &aPath)
 
tl::expected< LIBRARY_TABLE_IR, LIBRARY_PARSE_ERRORParseBuffer (const std::string &aBuffer)
 

Detailed Description

Definition at line 61 of file library_table_parser.h.

Constructor & Destructor Documentation

◆ LIBRARY_TABLE_PARSER()

LIBRARY_TABLE_PARSER::LIBRARY_TABLE_PARSER ( )

Definition at line 151 of file library_table_parser.cpp.

Member Function Documentation

◆ Parse()

tl::expected< LIBRARY_TABLE_IR, LIBRARY_PARSE_ERROR > LIBRARY_TABLE_PARSER::Parse ( const std::filesystem::path & aPath)

◆ ParseBuffer()

tl::expected< LIBRARY_TABLE_IR, LIBRARY_PARSE_ERROR > LIBRARY_TABLE_PARSER::ParseBuffer ( const std::string & aBuffer)

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