|
KiCad PCB EDA Suite
|
#include "pads_parser.h"#include <io/pads/pads_common.h>#include <fstream>#include <sstream>#include <iostream>#include <algorithm>#include <climits>#include <cstdlib>#include <limits>#include <wx/log.h>Go to the source code of this file.
Namespaces | |
| namespace | PADS_IO |
Functions | |
| static std::vector< std::string > | PADS_IO::expandShortcutPattern (const std::string &aPattern) |
| Expand a shortcut format string like "PRE{n1-n2}" into individual names. | |