FreeBASIC  0.91.0
oop_object.c File Reference
#include "fb.h"
Include dependency graph for oop_object.c:

Go to the source code of this file.

Functions

void _ZN10 $fb_ObjectC1Ev (FB_OBJECT *this_)
 

Variables

FB_RTTI __fb_ZTS6Object = { NULL, "6OBJECT", NULL }
 
static FB_BASEVT Object_VT = { NULL, &__fb_ZTS6Object }
 

Function Documentation

void _ZN10 $fb_ObjectC1Ev ( FB_OBJECT this_)

Definition at line 8 of file oop_object.c.

Variable Documentation

FB_RTTI __fb_ZTS6Object = { NULL, "6OBJECT", NULL }

Definition at line 5 of file oop_object.c.

FB_BASEVT Object_VT = { NULL, &__fb_ZTS6Object }
static

Definition at line 6 of file oop_object.c.