KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
NETCODE_CMP_LESS Struct Reference

Public Member Functions

bool operator() (const CN_ITEM *a, const CN_ITEM *b) const
 
bool operator() (const CN_ITEM *a, int b) const
 
bool operator() (int a, const CN_ITEM *b) const
 

Detailed Description

Definition at line 575 of file pcb_net_inspector_panel.cpp.

Member Function Documentation

◆ operator()() [1/3]

bool NETCODE_CMP_LESS::operator() ( const CN_ITEM a,
const CN_ITEM b 
) const
inline

Definition at line 577 of file pcb_net_inspector_panel.cpp.

References CN_ITEM::Net().

◆ operator()() [2/3]

bool NETCODE_CMP_LESS::operator() ( const CN_ITEM a,
int  b 
) const
inline

Definition at line 579 of file pcb_net_inspector_panel.cpp.

References CN_ITEM::Net().

◆ operator()() [3/3]

bool NETCODE_CMP_LESS::operator() ( int  a,
const CN_ITEM b 
) const
inline

Definition at line 581 of file pcb_net_inspector_panel.cpp.

References CN_ITEM::Net().


The documentation for this struct was generated from the following file: