#include <interfacebase.h>
Public Attributes | |
const ClassInterface * | _class |
void(* | _free )(const void *) |
const ClassInterface* _class |
Owning class object. Although just a simple pointer, this acts as a strong reference due to the internals of object handling.
void(* _free(const void *) |
Destruct&free function.