|
KiCad PCB EDA Suite
|
Unique key for identifying a block test, used for looking up additional validation functions. More...
Public Member Functions | |
| bool | operator== (const BLOCK_TEST_KEY &other) const |
Public Attributes | |
| std::string | m_BoardName |
| size_t | m_BlockOffset |
Unique key for identifying a block test, used for looking up additional validation functions.
Definition at line 52 of file test_block_additional.cpp.
|
inline |
Definition at line 57 of file test_block_additional.cpp.
References m_BlockOffset, and m_BoardName.
| size_t BLOCK_TEST_KEY::m_BlockOffset |
Definition at line 55 of file test_block_additional.cpp.
Referenced by std::hash< BLOCK_TEST_KEY >::operator()(), and operator==().
| std::string BLOCK_TEST_KEY::m_BoardName |
Definition at line 54 of file test_block_additional.cpp.
Referenced by std::hash< BLOCK_TEST_KEY >::operator()(), and operator==().