UDK 3.2.7 C/C++ API Reference
Public Attributes
_typelib_CompoundTypeDescription Struct Reference

Type description for exception types. More...

#include <typedescription.h>

List of all members.

Public Attributes

typelib_TypeDescription aBase
 inherits all members of typelib_TypeDescription
struct
_typelib_CompoundTypeDescription
pBaseTypeDescription
 pointer to base type description, else 0
sal_Int32 nMembers
 number of members
sal_Int32 * pMemberOffsets
 byte offsets of each member including the size the base type
typelib_TypeDescriptionReference ** ppTypeRefs
 members of the struct or exception
rtl_uString ** ppMemberNames
 member names of the struct or exception

Detailed Description

Type description for exception types.


Member Data Documentation

inherits all members of typelib_TypeDescription

number of members

pointer to base type description, else 0

byte offsets of each member including the size the base type

member names of the struct or exception

members of the struct or exception


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines