ADTF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
IObjectInfoabstract

The IObjectInfo interface provides methods for getting and setting class information. More...

#include <object_info_intf.h>

Inheritance diagram for IObjectInfo:
[legend]

Public Member Functions

 ADTF_IID (IObjectInfo, "object_info.ant.ucom.adtf.iid")
 Marks the IObjectInfo to be castable with the ucom_cast<>
 
virtual void SetOID (const char *strName)=0
 Sets the object instance name.
 
virtual const char * GetOID () const =0
 Returns the object instance name.
 
- Public Member Functions inherited from IClassInfo
 ADTF_IID (IClassInfo, "class_info.ant.ucom.adtf.iid")
 Marks the IClassInfo to be castable with the ucom_cast<>
 
virtual const char * GetCID () const =0
 Get class identifier.
 
virtual const char * GetCLabel () const =0
 
virtual iterator_adapter< const tDependencyDescription, pointer_iteratorGetCDependencies () const =0
 
virtual iterator_adapter< const tNamedVersion, pointer_iteratorGetCVersions () const =0
 
- Public Member Functions inherited from IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 Marks the IObject to be castable with the ucom_cast()
 

Protected Member Functions

 ~IObjectInfo ()=default
 Protected destructor --> Only the final implementation can be destroyed!
 
- Protected Member Functions inherited from IClassInfo
 ~IClassInfo ()=default
 Protected destructor --> Only the final implementation can be destroyed!
 
- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Only the final implementation can be destroyed!
 

Detailed Description

The IObjectInfo interface provides methods for getting and setting class information.

Definition at line 22 of file object_info_intf.h.

Member Function Documentation

◆ ADTF_IID()

ADTF_IID ( IObjectInfo ,
"object_info.ant.ucom.adtf.iid"  )

Marks the IObjectInfo to be castable with the ucom_cast<>

See also
ADTF_IID(_interface, _striid)

◆ GetOID()

virtual const char * GetOID ( ) const
pure virtual

Returns the object instance name.

Returns
Returns the object instance name.

◆ SetOID()

virtual void SetOID ( const char * strName)
pure virtual

Sets the object instance name.

Parameters
[in]strNamename of the instance
Returns
Returns a standard result code.