|
| tResult | GetRunners (ucom::ant::iobject_list< IRunner > &lstRunners) const override |
| |
| tResult | FindRunner (const char *strName, ucom::ant::iobject_ptr< adtf::ucom::ant::IObject > &pRunner) const override |
| |
| tResult | GetInnerPipes (ucom::ant::iobject_list< ITriggerPipe > &lstInnerTriggerPipes) const override |
| |
| 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.
|
| |
| | ADTF_IID (IObject, "object.ant.ucom.adtf.iid") |
| |
|
tResult | GetRunners (ucom::ant::iobject_list< IRunner > &lstRunners) const |
| | copydoc IRuntimeBehaviour::GetRunners
|
| |
|
tResult | FindRunner (const char *strName, ucom::ant::iobject_ptr< ucom::ant::IObject > &pRunner) const |
| | copydoc IRuntimeBehaviour::FindRunner
|
| |
|
tResult | GetInnerPipes (ucom::ant::iobject_list< ITriggerPipe > &lstInnerpTriggerPipe) const |
| | copydoc IRuntimeBehaviour::GetInnerPipes
|
| |
| virtual tResult | RegisterRunner (const ucom::ant::iobject_ptr< IRunner > &pRunner) |
| |
| virtual tResult | RegisterRunner (const char *strName, base::ant::IRunnable &oRunnable) |
| |
| virtual tResult | UnregisterRunner (const ucom::ant::iobject_ptr< IRunner > &pRunner) |
| |
| tResult | ReleaseRunners () |
| |
| virtual tResult | RegisterInnerPipe (const ucom::ant::iobject_ptr< ITriggerPipe > &pTriggerPipe) |
| |
| virtual tResult | UnregisterInnerPipe (const ucom::ant::iobject_ptr< ITriggerPipe > &pTriggerPipe) |
| |
| tResult | ReleaseTriggerPipes () |
| |
template<typename Interface>
class adtf::streaming::runtime_behaviour< Interface >
brings latest ant::runtime_behaviour to the users scope
Default Class Template for a Runtime Behaviour implementation. This template helps to prevent multiple inheritance.
- Template Parameters
-