| 
    KiCad PCB EDA Suite
    
   | 
 
#include <boost/ptr_container/ptr_vector.hpp>#include <wx/arrstr.h>#include <wx/string.h>#include <json_common.h>#include <unordered_set>#include <set>#include <lib_id.h>#include <kiid.h>#include <ctl_flags.h>Go to the source code of this file.
Classes | |
| class | COMPONENT_NET | 
| Used to store the component pin name to net name (and pin function) associations stored in a netlist.  More... | |
| struct | NETLIST_GROUP | 
| class | COMPONENT | 
| Store all of the related component information found in a netlist.  More... | |
| struct | COMPONENT::UNIT_INFO | 
| class | NETLIST | 
| Store information read from a netlist along with the flags used to update the NETLIST in the BOARD.  More... | |
Macros | |
| #define | CTL_FOR_CVPCB (CTL_OMIT_NETS | CTL_OMIT_FILTERS | CTL_OMIT_EXTRA) | 
Typedefs | |
| typedef std::vector< COMPONENT_NET > | COMPONENT_NETS | 
| typedef boost::ptr_vector< NETLIST_GROUP > | NETLIST_GROUPS | 
| typedef boost::ptr_vector< COMPONENT > | COMPONENTS | 
| #define CTL_FOR_CVPCB (CTL_OMIT_NETS | CTL_OMIT_FILTERS | CTL_OMIT_EXTRA) | 
Definition at line 387 of file common/netlist_reader/netlist.h.
| typedef std::vector< COMPONENT_NET > COMPONENT_NETS | 
Definition at line 82 of file common/netlist_reader/netlist.h.
| typedef boost::ptr_vector< COMPONENT > COMPONENTS | 
Definition at line 273 of file common/netlist_reader/netlist.h.
| typedef boost::ptr_vector< NETLIST_GROUP > NETLIST_GROUPS | 
Definition at line 93 of file common/netlist_reader/netlist.h.