|
ADTF
|
#include <graph_object.h>
Public Member Functions | |
| interface_client ()=default | |
| default constructor that initializes the object to an invalid state. | |
| interface_client (const ucom::ant::iobject_ptr< streaming::ant::IBindingClient > &pClient) | |
| interface_client (const interface_client &)=default | |
| interface_client (interface_client &&)=default | |
| interface_client & | operator= (const interface_client &)=default |
| interface_client & | operator= (interface_client &&)=default |
| bool | IsValid () |
| Interface & | Get () const |
| Interface * | operator-> () const |
Helper class that wraps a streaming::ant::IBindingClient. See cGraphObject::CreateInterfaceClient.
|
inline |
/// initializes the object with an existing binding client.
| [in] | pClient | The binding client to use. |
|
inline |
|
inline |