ADTF
Loading...
Searching...
No Matches
adtf::ucom::ant::IObjectInfo Class Referenceabstract

#include <object_info_intf.h>

Inherits adtf::ucom::ant::IClassInfo.

Inherited by adtf::ucom::ant::IService.

Public Member Functions

 ADTF_IID (IObjectInfo, "object_info.ant.ucom.adtf.iid")
 
virtual void SetOID (const char *strName)=0
 
virtual const char * GetOID () const =0
 
- Public Member Functions inherited from adtf::ucom::ant::IClassInfo
 ADTF_IID (IClassInfo, "class_info.ant.ucom.adtf.iid")
 
virtual const char * GetCID () const =0
 
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 adtf::ucom::ant::IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 

Protected Member Functions

 ~IObjectInfo ()=default
 Protected destructor --> Only the final implementation can be destroyed!
 
- Protected Member Functions inherited from adtf::ucom::ant::IClassInfo
 ~IClassInfo ()=default
 Protected destructor --> Only the final implementation can be destroyed!
 
- Protected Member Functions inherited from adtf::ucom::ant::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.

Member Function Documentation

◆ ADTF_IID()

adtf::ucom::ant::IObjectInfo::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 * adtf::ucom::ant::IObjectInfo::GetOID ( ) const
pure virtual

Returns the object instance name.

Returns
Returns the object instance name.

◆ SetOID()

virtual void adtf::ucom::ant::IObjectInfo::SetOID ( const char * strName)
pure virtual

Sets the object instance name.

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

The documentation for this class was generated from the following file: