KiCad PCB EDA Suite
Loading...
Searching...
No Matches
lseq.h File Reference
#include <vector>
#include <layer_ids.h>

Go to the source code of this file.

Classes

class  LSEQ
 LSEQ is a sequence (and therefore also a set) of PCB_LAYER_IDs. More...
 

Typedefs

typedef std::vector< PCB_LAYER_IDBASE_SEQ
 A sequence of layers, a sequence provides a certain order.
 

Typedef Documentation

◆ BASE_SEQ

typedef std::vector<PCB_LAYER_ID> BASE_SEQ

A sequence of layers, a sequence provides a certain order.

Definition at line 27 of file lseq.h.