LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
|
Type description for struct types. More...
#include <typedescription.h>
Public Attributes | |
typelib_CompoundTypeDescription | aBase |
Derived from typelib_CompoundTypeDescription. More... | |
sal_Bool * | pParameterizedTypes |
Flags for direct members, specifying whether they are of parameterized type (true) or explicit type (false). More... | |
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.
typelib_CompoundTypeDescription _typelib_StructTypeDescription::aBase |
Derived from typelib_CompoundTypeDescription.
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.