The IObjectInfo interface provides methods for getting and setting class information.
More...
#include <object_info_intf.h>
|
| ~IObjectInfo ()=default |
| Protected destructor --> Only the final implementation can be destroyed!
|
|
| ~IClassInfo ()=default |
| Protected destructor --> Only the final implementation can be destroyed!
|
|
| ~IObject ()=default |
| Protected destructor --> Only the final implementation can be destroyed!
|
|
The IObjectInfo interface provides methods for getting and setting class information.
Definition at line 22 of file object_info_intf.h.
◆ ADTF_IID()
ADTF_IID |
( |
IObjectInfo | , |
|
|
"object_info.ant.ucom.adtf.iid" | ) |
◆ 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] | strName | name of the instance |
- Returns
- Returns a standard result code.