Function sdv::InterfaceMapChainHelper(CInterfacePtr&, interface_id)#
Defined in File interface_ptr.h
Function Documentation#
-
inline sdv::interface_t sdv::InterfaceMapChainHelper(CInterfacePtr &rptrMember, interface_id idInterface)#
Helper function for interface chaining using a member variable.
- Template Parameters:
IInterfaceAccess – Type of the interface wrapped by the member variable.
- Parameters:
rptrMember – [in] Reference to the interface wrapper class to chain to.
idInterface – [in] ID of the interface to request.
- Returns:
Pointer to the interface.