KiCad PCB EDA Suite
Loading...
Searching...
No Matches
netinfo.h File Reference
#include <netclass.h>
#include <board_item.h>

Go to the source code of this file.

Classes

class  NETINFO_ITEM
 Handle the data for a net. More...
 
class  NETINFO_LIST
 Container for NETINFO_ITEM elements, which are the nets. More...
 
class  NETINFO_LIST::iterator
 Wrapper class, so you can iterate through NETINFO_ITEM*s, not std::pair<int/wxString, NETINFO_ITEM*> More...
 

Typedefs

typedef std::map< wxString, NETINFO_ITEM * > NETNAMES_MAP
 
typedef std::map< int, NETINFO_ITEM * > NETCODES_MAP
 

Typedef Documentation

◆ NETCODES_MAP

typedef std::map<int, NETINFO_ITEM*> NETCODES_MAP

Definition at line 187 of file netinfo.h.

◆ NETNAMES_MAP

typedef std::map<wxString, NETINFO_ITEM*> NETNAMES_MAP

Definition at line 186 of file netinfo.h.