#include <object.h>
Data Fields | |
int | id |
struct _aspi_class * | parent |
int | size |
void(* | dtor )(struct _aspi_object *object) |
struct _aspi_object *(* | dup )(struct _aspi_object *object) |
The class structures contain all static variables and virtual methods.
This is the root object class, and it defines the ones used for every class.
int id |