Define SDV_INTERFACE_ENTRY_INDIRECT#

Define Documentation#

SDV_INTERFACE_ENTRY_INDIRECT(ifc, ifc_cast)#

Interface entry containing the interface this class is derived from. The indirect implementation solves ambiguous casts when the class is derived from the same interface more than once.

Parameters:
  • ifc – The interface to return.

  • ifc_cast – The interface to use for casting before casting to the interface. This is usually one of the interfaces/classes derived from the interface