ADTF  3.18.2
cBindingProxyOutPort

The Default implementation of the IBindingProxy interface. More...

Inheritance diagram for cBindingProxyOutPort:
[legend]

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 object< IBindingProxyOutPort, binding_proxy< adtf::ucom::ant::IObject, false > >
tResult GetInterface (const char *i_strIID, void *&o_pInterface) override
 Query interfaces on an object. More...
 
tResult GetInterface (const char *i_strIID, const void *&o_pInterface) const override
 Provides const correct interface querying. More...
 
void Destroy () const override
 Destruct and deallocate instantiations of type IObject. More...
 
- Public Member Functions inherited from IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 Marks the IObject to be castable with the ucom_cast() More...
 

Protected Member Functions

 cBindingProxyOutPort (const cBindingProxyOutPort &)=delete
 deleted copy CTOR
 
 cBindingProxyOutPort (cBindingProxyOutPort &&)=delete
 deleted move CTOR
 
cBindingProxyOutPortoperator= (const cBindingProxyOutPort &)=delete
 deleted copy operator
 
cBindingProxyOutPortoperator= (cBindingProxyOutPort &&)=delete
 deleted move operator
 
 cBindingProxyOutPort ()=default
 CTOR.
 
- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Use implemented Destroy() instead of delete!
 

Private Attributes

adtf_util::cString m_strPortID
 

Detailed Description

The Default implementation of the IBindingProxy interface.

This object implementation is also provided through the Default Core Objects Plugin delivered with ADTF installation.

See also
Binding Proxy

Definition at line 23 of file bindingproxyoutport.h.