|
theKernel 10.0
|
Base class for the extension technologie … More...
#include <LibMkKernel_mk.h>
Collaboration diagram for libmkkernel::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 9498 of file LibMkKernel_mk.h.
| struct MkExtensionS* libmkkernel::MkExtensionS::next |
Definition at line 9508 of file LibMkKernel_mk.h.
| struct MkObjectS libmkkernel::MkExtensionS::obj |
Definition at line 9502 of file LibMkKernel_mk.h.
| struct MkExtensionS * libmkkernel::MkExtensionS::prev |
the double-linked-list (utlist_mk.h) needs this
Definition at line 9508 of file LibMkKernel_mk.h.
| union { ... } libmkkernel::MkExtensionS::super |