| 
    KiCad PCB EDA Suite
    
   | 
 
#include <netlist_reader/netlist.h>#include <richio.h>#include <string_utils.h>#include <wx/tokenzr.h>#include <wx/log.h>Go to the source code of this file.
Functions | |
| static bool | ByFPID (const COMPONENT &ref, const COMPONENT &cmp) | 
| A helper function used to sort the component list used by loadNewModules.   | |
| bool | operator< (const COMPONENT &item1, const COMPONENT &item2) | 
| Compare two COMPONENT objects by reference designator.   | |
A helper function used to sort the component list used by loadNewModules.
Definition at line 269 of file common/netlist_reader/netlist.cpp.
References COMPONENT::GetFPID().
Referenced by NETLIST::SortByFPID().
Compare two COMPONENT objects by reference designator.
Definition at line 284 of file common/netlist_reader/netlist.cpp.
References COMPONENT::GetReference(), and StrNumCmp().