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

Type description of an enum. More...

#include <typedescription.h>

List of all members.

Public Attributes

typelib_TypeDescription aBase
 inherits all members of typelib_TypeDescription
sal_Int32 nDefaultEnumValue
 first value of the enum
sal_Int32 nEnumValues
 number of enum values
rtl_uString ** ppEnumNames
 names of enum values
sal_Int32 * pEnumValues
 values of enum (corresponding to names in similar order)

Detailed Description

Type description of an enum.

The type class of this description is typelib_TypeClass_ENUM.


Member Data Documentation

inherits all members of typelib_TypeDescription

first value of the enum

number of enum values

values of enum (corresponding to names in similar order)

names of enum values


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