:: com :: sun :: star :: test :: bridge ::

struct TestSimple
Description
* simple types

Elements' Summary
Bool  
Char  
Byte  
Short  
UShort  
Long  
ULong  
Hyper  
UHyper  
Float  
Double  
Enum  
Elements' Details
Bool
boolean Bool;
Char
char Char;
Byte
byte Byte;
Short
short Short;
UShort
unsigned short UShort;
Long
long Long;
ULong
unsigned long ULong;
Hyper
hyper Hyper;
UHyper
unsigned hyper UHyper;
Float
float Float;
Double
double Double;
Enum
TestEnum Enum;
Top of Page