2005/5/9
-- ACDK API Docs Namespaces acdk acdk::lang InterfaceBase members See also: InterfaceBase.h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <InterfaceBase.h>
List of all members.
Please refer to ACDK_INTERFACEBASE
[inline, virtual]
[virtual]
for DMI implemented classes with multiple interface allow casts.
The returned Object will be casted to the correct type using dynamic_cast
[pure virtual]
return the underlying implementation pointer
[inline]
return the class meta information of this object will be implemented by each Object
return the current dmi target.
implementation in ObjectInline.h