KiCad PCB EDA Suite
Loading...
Searching...
No Matches
TIME_DOMAIN_PARAMETERS_USER_DEFINED::VIA_OVERRIDE_CACHE_KEY Struct Reference

Cache key for use with std::map. More...

Public Member Functions

bool operator< (const VIA_OVERRIDE_CACHE_KEY &aOther) const
 

Public Attributes

PCB_LAYER_ID SignalStart
 
PCB_LAYER_ID SignalEnd
 
PCB_LAYER_ID ViaStart
 
PCB_LAYER_ID ViaEnd
 

Detailed Description

Cache key for use with std::map.

Definition at line 86 of file time_domain_parameters_user_defined.h.

Member Function Documentation

◆ operator<()

bool TIME_DOMAIN_PARAMETERS_USER_DEFINED::VIA_OVERRIDE_CACHE_KEY::operator< ( const VIA_OVERRIDE_CACHE_KEY & aOther) const
inline

Definition at line 93 of file time_domain_parameters_user_defined.h.

References SignalEnd, SignalStart, ViaEnd, and ViaStart.

Member Data Documentation

◆ SignalEnd

PCB_LAYER_ID TIME_DOMAIN_PARAMETERS_USER_DEFINED::VIA_OVERRIDE_CACHE_KEY::SignalEnd

Definition at line 89 of file time_domain_parameters_user_defined.h.

Referenced by operator<().

◆ SignalStart

PCB_LAYER_ID TIME_DOMAIN_PARAMETERS_USER_DEFINED::VIA_OVERRIDE_CACHE_KEY::SignalStart

Definition at line 88 of file time_domain_parameters_user_defined.h.

Referenced by operator<().

◆ ViaEnd

PCB_LAYER_ID TIME_DOMAIN_PARAMETERS_USER_DEFINED::VIA_OVERRIDE_CACHE_KEY::ViaEnd

Definition at line 91 of file time_domain_parameters_user_defined.h.

Referenced by operator<().

◆ ViaStart

PCB_LAYER_ID TIME_DOMAIN_PARAMETERS_USER_DEFINED::VIA_OVERRIDE_CACHE_KEY::ViaStart

Definition at line 90 of file time_domain_parameters_user_defined.h.

Referenced by operator<().


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