symbol_struct_addBaseClass

Add a base class to a struct s. Input: s the struct/class symbol t the type of the base class offset offset of the base class in the struct/class

version(COMPILE)
extern (C++) nothrow @safe @trusted
void
symbol_struct_addBaseClass
(,
type* t
,
uint offset
)

Meta