KiCad PCB EDA Suite
|
#include <map>
#include <memory>
#include <numeric>
#include <wx/gdicmn.h>
#include <math/vector2d.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | ALTIUM_COMPOUND_FILE |
class | ALTIUM_PARSER |
Namespaces | |
namespace | CFB |
Functions | |
std::string | FormatPath (const std::vector< std::string > &aVectorPath) |
Helper for debug logging (vector -> string) More... | |
std::string FormatPath | ( | const std::vector< std::string > & | aVectorPath | ) |
Helper for debug logging (vector -> string)
aVectorPath | path |
Definition at line 38 of file altium_parser.cpp.
Referenced by ALTIUM_DESIGNER_PLUGIN::FootprintEnumerate(), ALTIUM_PCB::Parse(), ALTIUM_PCB::ParseFootprint(), and ALTIUM_PCB::ParseModelsData().