|
| graph_connection (const char *strName, const char *strSource, const char *strSourceConnector, const char *strDest, const char *strDestConnector, const ucom::ant::iobject_ptr< INamedGraphObject > &pSource, const ucom::ant::iobject_ptr< INamedGraphObject > &pDest, bool bConnectRunner) |
|
tResult | Connect () override |
|
tResult | Disconnect () override |
|
tResult | GetSource (ucom::ant::iobject_ptr< INamedGraphObject > &pSource) const override |
|
tResult | GetSourceName (base::ant::IString &&strName) const override |
|
tResult | GetSourceConnectorName (base::ant::IString &&strName) const override |
|
tResult | GetDestination (ucom::ant::iobject_ptr< INamedGraphObject > &pDestination) const override |
|
tResult | GetDestinationName (base::ant::IString &&strName) const override |
|
tResult | GetDestinationConnectorName (base::ant::IString &&strName) const override |
|
bool | IsConnected () const override |
|
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...
|
|
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") |
| Marks the IObject to be castable with the ucom_cast() More...
|
|
template<typename CONNECTOR, typename INTERFACE = IGraphConnection>
class adtf::streaming::ant::graph_connection< CONNECTOR, INTERFACE >
Definition at line 132 of file graph.h.