ClassInfoBase Struct Reference

#include <interfacebase.h>

Public Attributes

const ClassInterface_class
 
void(* _free )(const void *)
 

Member Data Documentation

◆ _class

const ClassInterface* _class

Owning class object. Although just a simple pointer, this acts as a strong reference due to the internals of object handling.

◆ _free

void(* _free(const void *)

Destruct&free function.