TargetCPP.derivedClassOffset

Get the starting offset position for fields of an extern(C++) class that is derived from the given base class.

struct TargetCPP
extern (C++)
uint
derivedClassOffset

Parameters

baseClass ClassDeclaration

base class with C++ linkage

Return Value

Type: uint

starting offset to lay out derived class fields

Suggestion Box / Bug Report