IDFstepper
IDF to STEP converter
|
Go to the source code of this file.
Namespaces | |
namespace | idf |
Functions | |
bool | idf::parseBoardPanel (std::string::const_iterator &iter, std::string::const_iterator end, BoardPanelStruct &idfStruct) |
Parses a stream of characters into a board/panel file. | |
bool | idf::parseLibrary (std::string::const_iterator &iter, std::string::const_iterator end, LibraryStruct &idfStruct) |
Parses a stream of characters into a library file. |