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 284 of file allegro_pcb_structs.h.

Member Data Documentation

◆ m_Head

uint32_t ALLEGRO::FILE_HEADER::LINKED_LIST::m_Head

Definition at line 287 of file allegro_pcb_structs.h.

◆ m_Tail

uint32_t ALLEGRO::FILE_HEADER::LINKED_LIST::m_Tail

Definition at line 286 of file allegro_pcb_structs.h.


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