| 
    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 | 
      
  | 
  inline | 
Definition at line 50 of file netlist_exporter_base.h.
References m_set.
| std::set<wxString> UNIQUE_STRINGS::m_set | 
set of wxStrings already found
Definition at line 57 of file netlist_exporter_base.h.