Last change
on this file was 33540, checked in by vboxsync, 14 years ago |
*: spelling fixes, thanks Timeless!
|
-
Property filesplitter.c
set to
Makefile.kmk
-
Property svn:eol-style
set to
native
|
File size:
2.1 KB
|
Rev | Line | |
---|
[16120] | 1 |
|
---|
[28823] | 2 | XIDL IPRT COM XPCOM WSDL gSOAP default JAX-WS PHP
|
---|
[16120] | 3 |
|
---|
[28823] | 4 | boolean BOOL PRBool xsd:boolean bool Boolean boolean
|
---|
[16120] | 5 |
|
---|
[28823] | 6 | octet uint8_t BYTE PRUint8 xsd:unsignedByte Short integer
|
---|
[16120] | 7 |
|
---|
[28823] | 8 | short int16_t SHORT PRInt16 xsd:short short Short (2) integer
|
---|
| 9 | unsigned short uint16_t USHORT PRUint16 xsd:unsignedShort unsigned short Integer (2) integer
|
---|
| 10 | long int32_t LONG PRInt32 xsd:int int Integer (2) integer
|
---|
| 11 | unsigned long uint32_t ULONG PRUint32 xsd:unsignedInt unsigned int Long (2) float (3)
|
---|
| 12 | long long int64_t LONG64 PRInt64 xsd:long long long Long (2) float (3)
|
---|
| 13 | unsigned long long uint64_t ULONG64 PRUint64 xsd:unsignedLong unsigned long long BigInteger (2) float (3)
|
---|
[16120] | 14 |
|
---|
[28823] | 15 | double xsd:double double Double float
|
---|
| 16 | float xsd:float float Float float
|
---|
[16120] | 17 |
|
---|
[28823] | 18 | wstring BSTR PRUnichar* xsd:string std::string String string
|
---|
[16120] | 19 |
|
---|
[28823] | 20 | result xsd:unsignedInt(1) (undefined)
|
---|
[16120] | 21 |
|
---|
| 22 | uuid xsd:string(1) (undefined)
|
---|
| 23 |
|
---|
| 24 |
|
---|
| 25 | (1) my definition
|
---|
[20888] | 26 | (2) Java "Short" is signed 16-bit integer; since Java has no support for unsigned types, we need to use the
|
---|
| 27 | next bigger class, which is Integer, for IPRT uint16_t. Similarly for the other integer types.
|
---|
[33540] | 28 | (3) PHP does not support unsigned integers; Size of integer is platform-dependent, usual value of at least 32-bits signed. Use float for numbers greeted that signed 32-bit int
|
---|
[16120] | 29 |
|
---|
| 30 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.