|
theKernel 10.0
|
Base class for the extension technologie … More...
#include <LibMkKernel_mk.h>
Collaboration diagram for MkExtensionS:Public Attributes | ||
| union { | ||
| struct MkObjectS obj | ||
| } | super | |
| struct MkExtensionS * | next | |
| struct MkExtensionS * | prev | |
| the double-linked-list (utlist_mk.h) needs this | ||
Base class for the extension technologie …
Definition at line 9484 of file LibMkKernel_mk.h.
| struct MkExtensionS* MkExtensionS::next |
Definition at line 9494 of file LibMkKernel_mk.h.
| struct MkObjectS MkExtensionS::obj |
Definition at line 9488 of file LibMkKernel_mk.h.
| struct MkExtensionS * MkExtensionS::prev |
the double-linked-list (utlist_mk.h) needs this
Definition at line 9494 of file LibMkKernel_mk.h.
| union { ... } MkExtensionS::super |