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