ADTF  3.18.2
cFilterGraphRunnerPort
Inheritance diagram for cFilterGraphRunnerPort:
[legend]

Public Member Functions

 cFilterGraphRunnerPort (const char *strName)
 CTOR with name. More...
 
tResult InnerRegisterSubItem (const ucom::ant::iobject_ptr< ant::IRunner > &pRunner) override
 
tResult InnerUnregisterSubItem (const ucom::ant::iobject_ptr< ant::IRunner > &pRunner) override
 
- Public Member Functions inherited from object< base::ant::IRunnable, ant::ITriggerPipeSource, ant::ITriggerPipeItem, ant::INamedGraphObject, ant::IRunner, ant::IFilterGraphPort, ant::IFilterGraphRunnerPort, base::flash::IRunnable >
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 Attributes

std::unique_ptr< cImplementation > m_pImplementation
 

Additional Inherited Members

- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Use implemented Destroy() instead of delete!
 

Detailed Description

Definition at line 376 of file filtergraphport.h.

Constructor & Destructor Documentation

◆ cFilterGraphRunnerPort()

cFilterGraphRunnerPort ( const char *  strName)

CTOR with name.

Parameters
[in]strNameName to set