BaseClass

Constructors

this
this(Type type)
Undocumented in source.

Members

Functions

copyBaseInterfaces
void copyBaseInterfaces(BaseClasses* vtblInterfaces)
Undocumented in source. Be warned that the author may not have intended to support it.
fillVtbl
bool fillVtbl(ClassDeclaration cd, FuncDeclarations* vtbl, int newinstance)

Fill in vtbl[] for base class based on member functions of class cd. Input: vtbl if !=NULL, fill it in newinstance !=0 means all entries must be filled in by members of cd, not members of any base classes of cd.

Variables

baseInterfaces
BaseClass[] baseInterfaces;
Undocumented in source.
offset
uint offset;
Undocumented in source.
sym
ClassDeclaration sym;
Undocumented in source.
type
Type type;
Undocumented in source.
vtbl
FuncDeclarations vtbl;
Undocumented in source.

Meta