KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DRILL_OPERATION_ID Struct Reference

Globally unique handle for one machining action. More...

#include <drill_operation.h>

Public Member Functions

bool operator< (const DRILL_OPERATION_ID &aOther) const
 

Public Attributes

KIID m_Owner
 
DRILL_OP_KIND m_Kind = DRILL_OP_KIND::PRIMARY_DRILL
 

Detailed Description

Globally unique handle for one machining action.

Definition at line 49 of file drill_operation.h.

Member Function Documentation

◆ operator<()

bool DRILL_OPERATION_ID::operator< ( const DRILL_OPERATION_ID & aOther) const
inline

Definition at line 54 of file drill_operation.h.

References m_Kind, and m_Owner.

Member Data Documentation

◆ m_Kind

DRILL_OP_KIND DRILL_OPERATION_ID::m_Kind = DRILL_OP_KIND::PRIMARY_DRILL

Definition at line 52 of file drill_operation.h.

Referenced by operator<().

◆ m_Owner

KIID DRILL_OPERATION_ID::m_Owner

Definition at line 51 of file drill_operation.h.

Referenced by operator<().


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