Struct IForwardDeclarationEntity#
Defined in File core_idl.h
Inheritance Relationships#
Derived Type#
public CEntity
(Class CEntity)
Struct Documentation#
-
struct IForwardDeclarationEntity#
Entities declared in a forward declaration expose this interface.
Subclassed by CEntity
Public Functions
-
virtual IInterfaceAccess *GetEntity() = 0#
Get access to the actual declaration (if there is one).
- Returns:
Pointer to the interface of the entity definition or NULL when there is no definition.
-
IInterfaceAccess GetEntity()
Get access to the actual declaration (if there is one).
- Returns:
Pointer to the interface of the entity definition or NULL when there is no definition.
Public Static Attributes
-
static ::sdv::interface_id _id = 0x3BE934D755332130#
Interface ID.
-
virtual IInterfaceAccess *GetEntity() = 0#