ADTF
|
Default implementation of a ClientPort. More...
Public Types | |
template<typename T > | |
using | iobject_ptr = adtf::ucom::ant::iobject_ptr< T > |
used type for iobject_ptr | |
Public Member Functions | |
cFilterGraphClientPort ()=default | |
CTOR. | |
cFilterGraphClientPort (const char *strName) | |
CTOR with name. More... | |
virtual | ~cFilterGraphClientPort ()=default |
DTOR. | |
tResult | InnerBind (const iobject_ptr< IBindingClient > &pClientForward) override |
tResult | InnerUnbind () override |
tResult | Bind (const iobject_ptr< IBindingProxy > &pBindingProxy) override |
tResult | GetBindingType (iobject_ptr< const IBindingType > &pBindingType) const override |
tResult | GetServerObject (iobject_ptr< IObject > &pServerObject) const override |
tResult | GetBindingProxy (iobject_ptr< IBindingProxy > &pBindingProxy) const override |
tResult | Unbind () override |
Public Member Functions inherited from object< IBindingObject, IBindingClient, IFilterGraphPort, IFilterGraphInterfacePort, named_graph_object< IFilterGraphInterfaceClientPort > > | |
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... | |
Private Attributes | |
adtf::ucom::object_ptr< IBindingClient > | m_pClientRouter |
adtf::ucom::object_ptr< IBindingProxy > | m_pOuterProxy |
Additional Inherited Members | |
Protected Member Functions inherited from IObject | |
~IObject ()=default | |
Protected destructor --> Use implemented Destroy() instead of delete! | |
Default implementation of a ClientPort.
Use to add a ClientPort to a IFiltergraph.
Definition at line 302 of file filtergraphport.h.
cFilterGraphClientPort | ( | const char * | strName | ) |
CTOR with name.
[in] | strName | Name to set |