|
KiCad PCB EDA Suite
|
#include <netlist_exporter_spice.h>
Public Member Functions | |
| std::string | Generate (const std::string &aProposedName) |
| void | Clear () |
| Forget every previously generated name so a reused exporter starts each netlist clean. | |
Private Attributes | |
| std::unordered_set< std::string > | m_names |
Definition at line 41 of file netlist_exporter_spice.h.
|
inline |
Forget every previously generated name so a reused exporter starts each netlist clean.
Definition at line 47 of file netlist_exporter_spice.h.
References m_names.
| std::string NAME_GENERATOR::Generate | ( | const std::string & | aProposedName | ) |
Definition at line 50 of file netlist_exporter_spice.cpp.
|
private |
Definition at line 50 of file netlist_exporter_spice.h.
Referenced by Clear(), and Generate().