| 
    KiCad PCB EDA Suite
    
   | 
 
#include "pcb_netlist.h"#include <footprint.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 301 of file pcb_netlist.cpp.
References COMPONENT::GetFPID().
Compare two COMPONENT objects by reference designator.
Definition at line 316 of file pcb_netlist.cpp.
References COMPONENT::GetReference(), and StrNumCmp().