void rehash()
Calculate the deterministic hash for this context.
 
bool operator<(const ERC_SCH_PIN_CONTEXT &other) const
Provide a deterministic ordering for item contexts based on hash value.
 
const SCH_SHEET_PATH & Sheet() const
Get the SCH_SHEET_PATH context for the paired SCH_PIN.
 
SCH_PIN * Pin() const
Get the SCH_PIN for this context.
 
bool operator==(const ERC_SCH_PIN_CONTEXT &other) const
Test two pin contexts for equality based on the deterministic hash.