ADTF
Loading...
Searching...
No Matches
named_graph_object_intf.h
Go to the documentation of this file.
1
7#pragma once
10
11namespace adtf
12{
13namespace streaming
14{
15namespace ant
16{
25 {
26 protected:
28 ~INamedGraphObject() = default;
29
30 public:
32 ADTF_IID(INamedGraphObject, "namedgraphobject.ant.streaming.adtf.iid");
39 virtual tResult GetName(base::ant::IString&& strName) const = 0;
46 virtual tResult SetName(const char* strName) = 0;
47
58 virtual tResult SetParent(const ucom::ant::IObject* oParentObject) = 0;
70 virtual tResult GetParent(const ucom::ant::IObject*& poParentObject) const = 0;
71 };
72} //namespace ant
75} //namespace streaming
76} //namespace adtf
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
Definition result.h:736
Definition string_intf.h:29
Definition named_graph_object_intf.h:25
virtual tResult GetName(base::ant::IString &&strName) const =0
virtual tResult SetParent(const ucom::ant::IObject *oParentObject)=0
ADTF_IID(INamedGraphObject, "namedgraphobject.ant.streaming.adtf.iid")
defintion of interface id
virtual tResult GetParent(const ucom::ant::IObject *&poParentObject) const =0
virtual tResult SetName(const char *strName)=0
~INamedGraphObject()=default
not destructable
Definition object_intf.h:33
Namespace for all functionality of the ADTF Streaming SDK provided since v3.0.
Definition bindingproxyoutport.h:16
Namespace for the ADTF Streaming SDK.
Definition bindingproxyinport.h:14
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14