|
ADTF
|
bring latest ant::interface_binding to users scope More...
#include <interface_binding.h>
Inherits adtf::ucom::catwo::object< IInterfaceBinding, IInterfaceBinding >, and adtf::streaming::ant::cInterfaceBinding.
Public Member Functions | |
| tResult | GetBindingObjects (ucom::ant::iobject_list< IBindingObject > &lstBindingObject) override |
| copydoc IInterfaceBinding::GetBindingObjects | |
| tResult | GetBindingObjects (ucom::ant::iobject_list< const IBindingObject > &lstBindingObject) const override |
| copydoc IInterfaceBinding::GetBindingObjects | |
| tResult | FindBindingObject (const char *strName, ucom::ant::iobject_ptr< const ucom::ant::IObject > &pIBindingObject) const override |
| copydoc IInterfaceBinding::FindBindingObject | |
| tResult | FindBindingObject (const char *strName, ucom::ant::iobject_ptr< ucom::ant::IObject > &pIBindingObject) override |
| copydoc IInterfaceBinding::FindBindingObject | |
Public Member Functions inherited from adtf::ucom::catwo::object< IInterfaceBinding, IInterfaceBinding > | |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object. | |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying. | |
| void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor. | |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object. | |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying. | |
| void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor. | |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object. | |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying. | |
| void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor. | |
Public Member Functions inherited from adtf::ucom::ant::IObject | |
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Public Member Functions inherited from adtf::streaming::ant::cInterfaceBinding | |
| cInterfaceBinding () | |
| D Pointer Implementation for private members. | |
| virtual | ~cInterfaceBinding () |
| tResult | GetBindingObjects (ucom::ant::iobject_list< IBindingObject > &lstBindingObject) |
| tResult | GetBindingObjects (ucom::ant::iobject_list< const IBindingObject > &lstBindingObject) const |
| tResult | FindBindingObject (const char *strName, ucom::ant::iobject_ptr< const ucom::ant::IObject > &pIBindingObject) const |
| tResult | FindBindingObject (const char *strName, ucom::ant::iobject_ptr< ucom::ant::IObject > &pIBindingObject) |
| virtual tResult | RegisterBindingObject (const ucom::ant::iobject_ptr< IBindingObject > &pBindingObject) |
| tResult | RegisterBindingObject (const ucom::ant::iobject_ptr< IBindingServer > &pBindingServer) |
| tResult | RegisterBindingObject (const ucom::ant::iobject_ptr< IBindingClient > &pBindingClient) |
| tResult | UnregisterBindingObject (const ucom::ant::iobject_ptr< const IBindingObject > &pBindingObject) |
| tResult | Unbind () |
| tResult | ReleaseBindingObjects () |
Additional Inherited Members | |
Protected Member Functions inherited from adtf::ucom::ant::IObject | |
| ~IObject ()=default | |
| Protected destructor --> Only the final implementation can be destroyed! | |
bring latest ant::interface_binding to users scope
Template class for the default implementation of IInterfaceBinding.
| Interface | The interface derived from IInterfaceBinding can be used as interface parameter to prevent multiple inheritance. |