|
KiCad PCB EDA Suite
|
Input versions and scope that produced the current source claims of one instance. More...
Public Attributes | |
| uint64_t | sourceVersion |
| uint64_t | textVersion |
| INSTANCE_SCOPE | scope |
| std::optional< std::pair< SCREEN_ID, uint64_t > > | symbolSource |
| size_t | factCount |
| std::vector< KIID > | items |
Input versions and scope that produced the current source claims of one instance.
Definition at line 53 of file conn_records.h.
| size_t SCH_CONNECTIVITY::RECORD_STORE::PREPARED_INSTANCE::factCount |
Definition at line 59 of file conn_records.h.
| std::vector<KIID> SCH_CONNECTIVITY::RECORD_STORE::PREPARED_INSTANCE::items |
Definition at line 60 of file conn_records.h.
Referenced by SCH_CONNECTIVITY::RECORD_STORE::Update().
| INSTANCE_SCOPE SCH_CONNECTIVITY::RECORD_STORE::PREPARED_INSTANCE::scope |
Definition at line 57 of file conn_records.h.
| uint64_t SCH_CONNECTIVITY::RECORD_STORE::PREPARED_INSTANCE::sourceVersion |
Definition at line 55 of file conn_records.h.
| std::optional<std::pair<SCREEN_ID, uint64_t> > SCH_CONNECTIVITY::RECORD_STORE::PREPARED_INSTANCE::symbolSource |
Definition at line 58 of file conn_records.h.
| uint64_t SCH_CONNECTIVITY::RECORD_STORE::PREPARED_INSTANCE::textVersion |
Definition at line 56 of file conn_records.h.