20 #ifndef __com_sun_star_reflection_XStructTypeDescription_idl__
21 #define __com_sun_star_reflection_XStructTypeDescription_idl__
25 module com { module sun { module star { module reflection {
27 interface XTypeDescription;
68 sequence<string> getTypeParameters();
77 sequence<XTypeDescription> getTypeArguments();
Reflects a compound type, i.e.
Definition: XCompoundTypeDescription.idl:35
Reflects a struct type, supporting polymorphic struct types.
Definition: XStructTypeDescription.idl:60