|
ADTF
|
bring latest ant::cBindingProxy to users scope More...
#include <bindingproxyoutport.h>
Inherits adtf::ucom::catwo::object< IBindingProxyOutPort, binding_proxy< adtf::ucom::ant::IObject, false > >.
Public Member Functions | |
| ADTF_CLASS_ID_NAME (cBindingProxyOutPort, "default_sample_stream_out_port.streaming.adtf.cid", "Sample Stream Outport") | |
| Implements adtf::ucom::IClassInfo. | |
| cBindingProxyOutPort (const char *strName, const char *strPortID) | |
| CTOR initializes the name of the stream. | |
| virtual | ~cBindingProxyOutPort ()=default |
| DTOR. | |
| tResult | GetPortID (adtf::base::ant::IString &&strID) |
Public Member Functions inherited from adtf::ucom::catwo::object< IBindingProxyOutPort, binding_proxy< adtf::ucom::ant::IObject, false > > | |
| 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") | |
Protected Member Functions | |
| cBindingProxyOutPort (const cBindingProxyOutPort &)=delete | |
| deleted copy CTOR | |
| cBindingProxyOutPort (cBindingProxyOutPort &&)=delete | |
| deleted move CTOR | |
| cBindingProxyOutPort ()=default | |
| CTOR. | |
| cBindingProxyOutPort & | operator= (const cBindingProxyOutPort &)=delete |
| deleted copy operator | |
| cBindingProxyOutPort & | operator= (cBindingProxyOutPort &&)=delete |
| deleted move operator | |
Protected Member Functions inherited from adtf::ucom::ant::IObject | |
| ~IObject ()=default | |
| Protected destructor --> Only the final implementation can be destroyed! | |
bring latest ant::cBindingProxy to users scope
The Default implementation of the IBindingProxy interface.