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