KiCad PCB EDA Suite
|
#include <cadstar_parts_lib_parser.h>
Public Member Functions | |
CADSTAR_PARTS_LIB_PARSER () | |
~CADSTAR_PARTS_LIB_PARSER () | |
bool | CheckContentHeader (const std::string &aSource) const |
bool | CheckFileHeader (const std::filesystem::path &aPath) const |
bool | CheckFileHeader (const std::string &aPath) const |
CADSTAR_PARTS_LIB_MODEL | ReadContent (const std::string &aSource) const |
CADSTAR_PARTS_LIB_MODEL | ReadFile (const std::filesystem::path &aPath) const |
CADSTAR_PARTS_LIB_MODEL | ReadFile (const std::string &aPath) const |
Definition at line 29 of file cadstar_parts_lib_parser.h.
|
inline |
Definition at line 32 of file cadstar_parts_lib_parser.h.
|
inline |
Definition at line 33 of file cadstar_parts_lib_parser.h.
bool CADSTAR_PARTS_LIB_PARSER::CheckContentHeader | ( | const std::string & | aSource | ) | const |
Definition at line 538 of file cadstar_parts_lib_parser.cpp.
References checkHeaderHelper().
Referenced by BOOST_AUTO_TEST_CASE().
bool CADSTAR_PARTS_LIB_PARSER::CheckFileHeader | ( | const std::filesystem::path & | aPath | ) | const |
Definition at line 545 of file cadstar_parts_lib_parser.cpp.
References checkHeaderHelper().
Referenced by SCH_IO_CADSTAR_ARCHIVE::CanReadLibrary(), CheckFileHeader(), and CADSTAR_SCH_ARCHIVE_LOADER::LoadPartsLib().
|
inline |
Definition at line 39 of file cadstar_parts_lib_parser.h.
References CheckFileHeader().
CADSTAR_PARTS_LIB_MODEL CADSTAR_PARTS_LIB_PARSER::ReadContent | ( | const std::string & | aSource | ) | const |
Definition at line 579 of file cadstar_parts_lib_parser.cpp.
References readCadstarHelper().
Referenced by BOOST_AUTO_TEST_CASE().
CADSTAR_PARTS_LIB_MODEL CADSTAR_PARTS_LIB_PARSER::ReadFile | ( | const std::filesystem::path & | aPath | ) | const |
Definition at line 587 of file cadstar_parts_lib_parser.cpp.
References readCadstarHelper().
Referenced by BOOST_AUTO_TEST_CASE(), CADSTAR_SCH_ARCHIVE_LOADER::LoadPartsLib(), and ReadFile().
|
inline |
Definition at line 49 of file cadstar_parts_lib_parser.h.
References ReadFile().