struct ComplexTypes in module com::sun::star::test::performance::

(Global Index)

Syntax

struct ComplexTypes : com::sun::star::test::performance::SimpleTypes ;

Description

* struct ComplexTypes adding Sequence, String, Interface, Any to SimpleTypes.

Field Summary

Sequence

String

Interface

Any

Field Details



Sequence

Syntax

sequence< long > Sequence;

String

Syntax

string String;

Interface

Syntax

com::sun::star::uno::XInterface Interface;

Any

Syntax

any Any;
Top of Page