KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ALLEGRO::FILE_HEADER::LINKED_LIST Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ m_Head

uint32_t ALLEGRO::FILE_HEADER::LINKED_LIST::m_Head

Definition at line 237 of file allegro_pcb_structs.h.

Referenced by ALLEGRO::DB::visitLinkedList().

◆ m_Tail

uint32_t ALLEGRO::FILE_HEADER::LINKED_LIST::m_Tail

Definition at line 236 of file allegro_pcb_structs.h.

Referenced by ALLEGRO::DB::visitLinkedList().


The documentation for this struct was generated from the following file: