InterfaceDeclaration.isBaseOf

Determine if 'this' is a base class of cd. (Actually, if it is an interface supported by cd) Output: *poffset offset to start of class OFFSET_RUNTIME must determine offset at runtime

  1. bool isBaseOf(ClassDeclaration cd, int* poffset)
    class InterfaceDeclaration
    override
    bool
    isBaseOf
  2. bool isBaseOf(BaseClass* bc, int* poffset)

Return Value

Type: bool

false not a base true is a base

Meta