LibreOffice
LibreOffice 7.4 SDK C/C++ API Reference
Public Attributes | List of all members
_typelib_StructTypeDescription Struct Reference

Type description for struct types. More...

#include <typedescription.h>

Public Attributes

typelib_CompoundTypeDescription aBase
 Derived from typelib_CompoundTypeDescription. More...
 
sal_BoolpParameterizedTypes
 Flags for direct members, specifying whether they are of parameterized type (true) or explicit type (false). More...
 

Detailed Description

Type description for struct types.

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

Member Data Documentation

◆ aBase

typelib_CompoundTypeDescription _typelib_StructTypeDescription::aBase

Derived from typelib_CompoundTypeDescription.

◆ pParameterizedTypes

sal_Bool* _typelib_StructTypeDescription::pParameterizedTypes

Flags for direct members, specifying whether they are of parameterized type (true) or explicit type (false).

For a plain struct type, this is a null pointer.


The documentation for this struct was generated from the following file: