baseclass_t

Base classes are a list of these.

extern (C++) @nogc nothrow @safe
struct baseclass_t {
Classsym* BCbase;
baseclass_t* BCnext;
targ_size_t BCoffset;
ushort BCvbtbloff;
symlist_t BCpublics;
list_t BCmptrlist;
Symbol* BCvtbl;
baseclass_flags_t BCflags;
Classsym* BCparent;
baseclass_t* BCpbase;
}
Suggestion Box / Bug Report