KiCad PCB EDA Suite
|
#include <boost/ptr_container/ptr_vector.hpp>
#include <macros.h>
#include <lib_id.h>
#include <netlist_lexer.h>
Go to the source code of this file.
Classes | |
class | CMP_READER |
Read a component footprint link file (*.cmp) format. More... | |
class | NETLIST_READER |
A pure virtual class to derive a specific type of netlist reader from. More... | |
class | LEGACY_NETLIST_READER |
Read the KiCad legacy and the old Orcad netlist formats. More... | |
class | KICAD_NETLIST_PARSER |
The parser for reading the KiCad s-expression netlist format. More... | |
class | KICAD_NETLIST_READER |
Read the new s-expression based KiCad netlist format. More... | |