Download this file
13 lines (9 with data), 321 Bytes
1
2
3
4
5
6
7
8
9
10
11
12 | /* Object class methods */
#include "fb.h"
FB_RTTI __fb_ZTS6Object = { NULL, "6OBJECT", NULL };
static FB_BASEVT Object_VT = { NULL, &__fb_ZTS6Object };
/* constructor fb_Object$( ) */
void _ZN10fb_Object$C1Ev( FB_OBJECT *this_ )
{
this_->pVT = (FB_BASEVT *)(((unsigned char *)&Object_VT) + sizeof( FB_BASEVT ));
}
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.