::

struct _typelib_StructTypeDescription


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Summary
Type description for struct types.
Description
This is only used to represent plain struct types and instantiated polymorphic struct types; there is no representation of polymorphic struct type templates at this level.
Since
UDK 3.2.0
File
typedescription.h

Public Members

Data

typelib_CompoundTypeDescription aBase; Derived from typelib_CompoundTypeDescription.
sal_Bool * pParameterizedTypes; Flags for direct members, specifying whether they are of parameterized type (true) or explict type (false).

Top of Page