PTYPE(3) | MBK UTILITY STRUCTURE DEFINITIONS | PTYPE(3) |
ptype - mbk list of typed pointers
The ptype is used to save typed pointers in a list. The use of this structure is strongly recommanded, when such a need occurs. It is the case in the USER field of all mbk layout and netlist objects, where data specific to different proccessing may be accessed through this unique field. It is the charge of the user to give its pointers a type that will not collide with existing types.
The declarations needed to work on ptype are available in the header file "/labo/include/mut315.h", where '315' is the actual mbk version.
The following C structure describes the list of typed pointers :
typedef struct ptype { struct ptype ∗NEXT; void ∗DATA; long TYPE; } ptype_list;
mbk(1), addptype(3), freeptype(3), getptype(3), delptype(3).
See the file buster/alliance/alc_bug_report.1.en.gz.
October 1, 1997 | ASIM/LIP6 |