KiCad PCB EDA Suite
Loading...
Searching...
No Matches
NAME_GENERATOR Class Reference

#include <netlist_exporter_spice.h>

Public Member Functions

std::string Generate (const std::string &aProposedName)
 

Private Attributes

std::unordered_set< std::string > m_names
 

Detailed Description

Definition at line 39 of file netlist_exporter_spice.h.

Member Function Documentation

◆ Generate()

std::string NAME_GENERATOR::Generate ( const std::string &  aProposedName)

Definition at line 84 of file netlist_exporter_spice.cpp.

References m_names, and name.

Referenced by NETLIST_EXPORTER_SPICE::readModel().

Member Data Documentation

◆ m_names

std::unordered_set<std::string> NAME_GENERATOR::m_names
private

Definition at line 45 of file netlist_exporter_spice.h.

Referenced by Generate().


The documentation for this class was generated from the following files: