#include <interface_binding_intf.h>
Inherited by adtf::streaming::ant::IFilter.
|
|
| ~IInterfaceBinding ()=default |
| | not destructable
|
| |
The IInterfaceBinding provides an interface to implement and access a common dynamic binding object registry. Default implementation is given with cDynamicBinding
◆ FindBindingObject() [1/2]
This Function will search a binding object with the given strName and return it on pIBindingObject.
- Parameters
-
| [in] | strName | Name to search for. ( see IBindingObject::GetName ). |
| [out] | pIBindingObject | object refernce to the binding object if succeeded. |
- Returns
- Standard Result Code.
◆ FindBindingObject() [2/2]
This Function will search a binding object with the given strName and return it on pIBindingObject.
- Parameters
-
| [in] | strName | Name to search for. ( see IBindingObject::GetName ). |
| [out] | pIBindingObject | object refernce to the binding object if succeeded. |
- Returns
- Standard Result Code.
◆ GetBindingObjects() [1/2]
Return a list of all Binding Objects on lstBindingObject. (const access)
- Parameters
-
| [out] | lstBindingObject | object list to push the binding objects to. |
- Returns
- Standard Result Code.
◆ GetBindingObjects() [2/2]
Return a list of all Binding Objects on lstBindingObject.
- Parameters
-
| [out] | lstBindingObject | object list to push the binding objects to. |
- Returns
- Standard Result Code.
The documentation for this class was generated from the following file: