KiCad PCB EDA Suite
Loading...
Searching...
No Matches
altium_binary_parser.h File Reference
#include "altium_props_utils.h"
#include <map>
#include <memory>
#include <numeric>
#include <wx/mstream.h>
#include <wx/zstream.h>
#include <math/vector2d.h>
#include <vector>
#include <string>
#include <stdexcept>

Go to the source code of this file.

Classes

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)
 

Function Documentation

◆ FormatPath()

std::string FormatPath ( const std::vector< std::string > &  aVectorPath)

Helper for debug logging (vector -> string)

Parameters
aVectorPathpath
Returns
path formatted as string

Definition at line 39 of file altium_binary_parser.cpp.

Referenced by PCB_IO_ALTIUM_DESIGNER::FootprintEnumerate(), ALTIUM_PCB::Parse(), ALTIUM_PCB::ParseFootprint(), and ALTIUM_PCB::ParseModelsData().