|
KiCad PCB EDA Suite
|
Public Attributes | |
| std::thread | m_thread |
| std::string | m_label |
| std::chrono::steady_clock::time_point | m_created |
| std::shared_ptr< SHARED_STATE > | m_state |
Definition at line 177 of file kigit_orphan_registry.h.
| std::chrono::steady_clock::time_point KIGIT_ORPHAN_REGISTRY::ENTRY::m_created |
Definition at line 181 of file kigit_orphan_registry.h.
Referenced by KIGIT_ORPHAN_REGISTRY::Register().
| std::string KIGIT_ORPHAN_REGISTRY::ENTRY::m_label |
Definition at line 180 of file kigit_orphan_registry.h.
Referenced by KIGIT_ORPHAN_REGISTRY::Register().
| std::shared_ptr<SHARED_STATE> KIGIT_ORPHAN_REGISTRY::ENTRY::m_state |
Definition at line 182 of file kigit_orphan_registry.h.
Referenced by KIGIT_ORPHAN_REGISTRY::Register().
| std::thread KIGIT_ORPHAN_REGISTRY::ENTRY::m_thread |
Definition at line 179 of file kigit_orphan_registry.h.
Referenced by KIGIT_ORPHAN_REGISTRY::Register().