CObject
CObject_VTable Struct Reference

CObject's virtual table declaration. More...

#include <Class.h>

Data Fields

void(* CDestructor )(void *)
 

Detailed Description

Contains the virtual function members of struct CObject. There is only one virtual table instance for every object instance of a class. To get a handle to a specific virtual table instance, use the function _VTable_Key( ), which returns a const pointer to the table. All classes written in the CObject library used the convention _VTable_Key( ).


The documentation for this struct was generated from the following file: