|
KiCad PCB EDA Suite
|
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 |
Globally unique handle for one machining action.
Definition at line 49 of file drill_operation.h.
|
inline |
Definition at line 54 of file drill_operation.h.
| 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<().
| KIID DRILL_OPERATION_ID::m_Owner |
Definition at line 51 of file drill_operation.h.
Referenced by operator<().