UDK 3.2.7 C/C++ API Reference
|
Full type description of a type. More...
#include <typedescription.h>
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_TypeDescription * | pSelf |
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_TypeDescriptionReference * | pWeakRef |
pointer to weak reference | |
sal_Bool | bOnDemand |
determines, if type can be unloaded (and it is possible to reloaded it) |
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.
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
sal_Int32 _typelib_TypeDescription::nAlignment |
alignment of type
sal_Int32 _typelib_TypeDescription::nRefCount |
reference count; don't ever modify this by yourself, use typelib_typedescription_acquire() and typelib_typedescription_release()
sal_Int32 _typelib_TypeDescription::nSize |
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
rtl_uString* _typelib_TypeDescription::pTypeName |
fully qualified name of type
pointer to optimize the runtime; not for public use
pointer to weak reference