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

Full type description of a type. More...

#include <typedescription.h>

List of all members.

Public Attributes

sal_Int32 nRefCount
 reference count; don't ever modify this by yourself, use typelib_typedescription_acquire() and typelib_typedescription_release()
sal_Int32 nStaticRefCount
 number of static references of type, because of the fact that some types are needed until program termination and are commonly held static.
typelib_TypeClass eTypeClass
 type class of type
rtl_uString * pTypeName
 fully qualified name of type
struct _typelib_TypeDescriptionpSelf
 pointer to self to distinguish reference from description; for internal use only
void * pUniqueIdentifier
 pointer to optimize the runtime; not for public use
void * pReserved
 reserved for future use; 0 if not used
sal_Bool bComplete
 flag to determine whether the description is complete: compound and union types lack of member names, enums lack of member types and names, interfaces lack of members and table init.
sal_Int32 nSize
 size of type
sal_Int32 nAlignment
 alignment of type
typelib_TypeDescriptionReferencepWeakRef
 pointer to weak reference
sal_Bool bOnDemand
 determines, if type can be unloaded (and it is possible to reloaded it)

Detailed Description

Full type description of a type.

Memory layout of this struct is identical to the typelib_TypeDescriptionReference for the first six members. So a typedescription can be used as type reference.


Member Data Documentation

flag to determine whether the description is complete: compound and union types lack of member names, enums lack of member types and names, interfaces lack of members and table init.

Call typelib_typedescription_complete() if false.

determines, if type can be unloaded (and it is possible to reloaded it)

type class of type

alignment of type

reference count; don't ever modify this by yourself, use typelib_typedescription_acquire() and typelib_typedescription_release()

size of type

number of static references of type, because of the fact that some types are needed until program termination and are commonly held static.

reserved for future use; 0 if not used

pointer to self to distinguish reference from description; for internal use only

fully qualified name of type

pointer to optimize the runtime; not for public use

pointer to weak reference


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