19 #ifndef __com_sun_star_uno_TypeClass_idl__
20 #define __com_sun_star_uno_TypeClass_idl__
24 module
com { module sun { module star { module uno {
TypeClass
This enum describes all type classes of UNO.
Definition: TypeClass.idl:37
@ ARRAY
Deprecated, UNOIDL does not have an array concept.
Definition: TypeClass.idl:107
@ DOUBLE
reflecting the 64-bit floating point type
Definition: TypeClass.idl:73
@ CHAR
reflecting the 16-bit unicode character type
Definition: TypeClass.idl:43
@ UNION
Deprecated, UNOIDL does not have a union concept.
Definition: TypeClass.idl:96
@ INTERFACE
reflecting interface types
Definition: TypeClass.idl:110
@ SINGLETON
reflecting singletons
Definition: TypeClass.idl:137
@ ENUM
reflecting enum types
Definition: TypeClass.idl:85
@ SERVICE
reflecting services
Definition: TypeClass.idl:113
@ UNKNOWN
reflecting the unreflectable type
Definition: TypeClass.idl:125
@ SHORT
reflecting the signed 16-bit ordinal type
Definition: TypeClass.idl:52
@ TYPEDEF
reflecting typedefed types referencing other types
Definition: TypeClass.idl:88
@ CONSTANT
reflecting constants
Definition: TypeClass.idl:131
@ STRUCT
reflecting compound types
Definition: TypeClass.idl:91
@ MODULE
reflecting modules
Definition: TypeClass.idl:116
@ BOOLEAN
reflecting the boolean type; true and false
Definition: TypeClass.idl:46
@ PROPERTY
reflecting properties
Definition: TypeClass.idl:128
@ FLOAT
reflecting the 32-bit floating point type
Definition: TypeClass.idl:70
@ ANY
reflecting the any type; anys can carry any UNO value except of any values
Definition: TypeClass.idl:82
@ BYTE
reflecting the 8-bit ordinal type
Definition: TypeClass.idl:49
@ INTERFACE_ATTRIBUTE
reflecting interface attributes
Definition: TypeClass.idl:122
@ CONSTANTS
reflecting constants groups
Definition: TypeClass.idl:134
@ LONG
reflecting the signed 32-bit ordinal type
Definition: TypeClass.idl:58
@ TYPE
reflecting the meta type
Definition: TypeClass.idl:79
@ SEQUENCE
reflecting sequence types
Definition: TypeClass.idl:102
@ EXCEPTION
reflecting exception types
Definition: TypeClass.idl:99
@ UNSIGNED_SHORT
reflecting the unsigned 16-bit ordinal type
Definition: TypeClass.idl:55
@ HYPER
reflecting the signed 64-bit ordinal type
Definition: TypeClass.idl:64
@ UNSIGNED_HYPER
reflecting the unsigned 64-bit ordinal type
Definition: TypeClass.idl:67
@ VOID
reflecting the void type; denotes no type
Definition: TypeClass.idl:40
@ UNSIGNED_LONG
reflecting the unsigned 32-bit type
Definition: TypeClass.idl:61
@ STRING
reflecting the string type; strings of unicode characters
Definition: TypeClass.idl:76
@ INTERFACE_METHOD
reflecting interface methods
Definition: TypeClass.idl:119
Definition: Ambiguous.idl:22