|
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 234 of file allegro_pcb_structs.h.
| uint32_t ALLEGRO::FILE_HEADER::LINKED_LIST::m_Head |
Definition at line 237 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::DB::visitLinkedList().
| uint32_t ALLEGRO::FILE_HEADER::LINKED_LIST::m_Tail |
Definition at line 236 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::DB::visitLinkedList().