KiCad PCB EDA Suite
|
#include "altium_props_utils.h"
#include <charconv>
#include <map>
#include <memory>
#include <numeric>
#include <string>
#include <stdexcept>
#include <vector>
#include <wx/mstream.h>
#include <wx/zstream.h>
#include <math/vector2d.h>
#include <math/vector3.h>
Go to the source code of this file.
Classes | |
class | ALTIUM_SYMBOL_DATA |
class | ALTIUM_COMPOUND_FILE |
class | ALTIUM_BINARY_PARSER |
class | ALTIUM_BINARY_READER |
class | ALTIUM_COMPRESSED_READER |
Namespaces | |
namespace | CFB |
Functions | |
std::string | FormatPath (const std::vector< std::string > &aVectorPath) |
Helper for debug logging (vector -> string) | |
std::string FormatPath | ( | const std::vector< std::string > & | aVectorPath | ) |
Helper for debug logging (vector -> string)
aVectorPath | path |
Definition at line 40 of file altium_binary_parser.cpp.
Referenced by PCB_IO_ALTIUM_DESIGNER::FootprintEnumerate(), ALTIUM_PCB::Parse(), ALTIUM_PCB::ParseFootprint(), and ALTIUM_PCB::ParseModelsData().