offbrand
A collection of generic, reference counted datastructures in C for C
|
Base type for all Offbrand compatible classes. More...
#include "../offbrand.h"
Go to the source code of this file.
Classes | |
struct | obj_struct |
Base struct used for within all Offbrand compatible classes that tracks information common to all classes. More... | |
Base type for all Offbrand compatible classes.
The obj type is used to track reference counts, class specific function pointers, and class membership. Each Offbrand compatible class includes an instance of obj as it's base member so that functions can operate generically on all Offbrand classes as if they were objs