43 static int Compare(
const wxString& lhs,
const wxString& rhs );
48 bool operator()(
const wxString& lhs,
const wxString& rhs )
const
67 bool not_duplicate =
pins.insert( v ).second;
69 if( not_duplicate ==
false )
75 container_type::size_type
size()
const {
return pins.size(); }
const_iterator end() const
wxString GetDuplicates() const
Gets a formatted string of all the pins that have duplicate numbers.
container_type::value_type value_type
container_type::iterator iterator
std::set< wxString, less > container_type
static wxString getNextSymbol(const wxString &str, wxString::size_type &cursor)
const_iterator begin() const
container_type::size_type size() const
static int Compare(const wxString &lhs, const wxString &rhs)
void insert(value_type const &v)
wxString GetSummary() const
container_type::const_iterator const_iterator
std::set< wxString > duplicate_pins
bool operator()(const wxString &lhs, const wxString &rhs) const