ADTF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cNamedGraphObject
Inheritance diagram for cNamedGraphObject:
[legend]

Public Member Functions

tResult GetName (base::ant::IString &&strName) const
 
tResult SetName (const char *strName)
 
tResult SetParent (const ucom::ant::IObject *pParentObject)
 
tResult GetParent (const ucom::ant::IObject *&poParentObject) const
 

Protected Attributes

const adtf::ucom::ant::IObjectm_pParent = nullptr
 parent of the named object
 
std::string m_strName
 name of the
 

Detailed Description

Definition at line 128 of file named_graph_object.h.

Member Data Documentation

◆ m_pParent

const adtf::ucom::ant::IObject* m_pParent = nullptr
protected

parent of the named object

Definition at line 138 of file named_graph_object.h.

◆ m_strName

std::string m_strName
protected

name of the

Definition at line 140 of file named_graph_object.h.