KiCad PCB EDA Suite
|
LSEQ is a sequence (and therefore also a set) of PCB_LAYER_IDs. More...
#include <layer_ids.h>
Public Member Functions | |
LSEQ () | |
template<class InputIterator > | |
LSEQ (InputIterator aStart, InputIterator aEnd) | |
LSEQ (std::initializer_list< PCB_LAYER_ID > aLayers) | |
void | Rewind () |
void | operator++ () |
void | operator++ (int) |
operator bool () | |
PCB_LAYER_ID | operator* () const |
Public Attributes | |
PCB_LAYER_ID | elements |
STL member. More... | |
Private Attributes | |
unsigned | m_index |
LSEQ is a sequence (and therefore also a set) of PCB_LAYER_IDs.
A sequence provides a certain order.
It can also be used as an iterator:
for( LSEQ cu_stack = aSet.CuStack(); cu_stack; ++cu_stack ) { layer_id = *cu_stack; : things to do with layer_id; }
Definition at line 512 of file layer_ids.h.
|
inline |
Definition at line 518 of file layer_ids.h.
|
inline |
Definition at line 523 of file layer_ids.h.
|
inline |
Definition at line 527 of file layer_ids.h.
|
inline |
Definition at line 537 of file layer_ids.h.
|
inline |
Definition at line 539 of file layer_ids.h.
|
inline |
Definition at line 533 of file layer_ids.h.
|
inline |
Definition at line 535 of file layer_ids.h.
|
inline |
Definition at line 531 of file layer_ids.h.
|
inherited |
STL member.
|
private |
Definition at line 514 of file layer_ids.h.