|
3D-ICE 3.0.0
|
A union of pointers to types that can be an instance of a StackElement. More...
#include <stack_element.h>
Data Fields | |
| Layer_t * | Layer |
| Die_t * | Die |
| Channel_t * | Channel |
Definition at line 70 of file stack_element.h.
| Channel_t* StackElement_p::Channel |
Pointer to the Channel
Definition at line 74 of file stack_element.h.
| Die_t* StackElement_p::Die |
Pointer to a Die
Definition at line 73 of file stack_element.h.
| Layer_t* StackElement_p::Layer |
Pointer to a Layer
Definition at line 72 of file stack_element.h.