|
KiCad PCB EDA Suite
|
This is apparently some kind of linked list that chains though subsets objects in the file. More...
#include <allegro_pcb_structs.h>
Public Attributes | |
| uint32_t | m_Tail |
| uint32_t | m_Head |
This is apparently some kind of linked list that chains though subsets objects in the file.
It's not clear if this has any utility for KiCad, as we can just keep a map of object types as we go.
Definition at line 238 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::FILE_HEADER::LINKED_LIST::m_Head |
Definition at line 241 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::DB::visitLinkedList().
| uint32_t ALLEGRO::FILE_HEADER::LINKED_LIST::m_Tail |
Definition at line 240 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::DB::visitLinkedList().