|
KiCad PCB EDA Suite
|
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 std::map<int, NETINFO_ITEM*> NETCODES_MAP |
| typedef std::map<wxString, NETINFO_ITEM*> NETNAMES_MAP |