KiCad PCB EDA Suite
|
Track unique wxStrings and is useful in telling if a string has been seen before. More...
#include <netlist_exporter_base.h>
Public Types | |
typedef std::set< wxString >::iterator | us_iterator |
Public Member Functions | |
void | Clear () |
Erase the record. | |
bool | Lookup (const wxString &aString) |
Public Attributes | |
std::set< wxString > | m_set |
set of wxStrings already found | |
Track unique wxStrings and is useful in telling if a string has been seen before.
Definition at line 38 of file netlist_exporter_base.h.
typedef std::set<wxString>::iterator UNIQUE_STRINGS::us_iterator |
Definition at line 59 of file netlist_exporter_base.h.
|
inline |
Erase the record.
Definition at line 44 of file netlist_exporter_base.h.
References m_set.
Referenced by NETLIST_EXPORTER_ALLEGRO::extractComponentsInfo(), NETLIST_EXPORTER_XML::makeSymbols(), NETLIST_EXPORTER_SPICE::ReadSchematicAndLibraries(), NETLIST_EXPORTER_CADSTAR::WriteNetlist(), NETLIST_EXPORTER_ORCADPCB2::WriteNetlist(), and NETLIST_EXPORTER_PADS::WriteNetlist().
|
inline |
Definition at line 50 of file netlist_exporter_base.h.
References m_set.
Referenced by NETLIST_EXPORTER_BASE::findNextSymbol().
std::set<wxString> UNIQUE_STRINGS::m_set |
set of wxStrings already found
Definition at line 57 of file netlist_exporter_base.h.