Changes

Jump to: navigation, search

Researching XPIDL and IDL Technologies

39 bytes removed, 12:21, 6 October 2006
Built In Types
};
C++ get and set methods for attributes are automatically declared for attributes in the
interface. For example attribute name foo generates accessor methods GetFoo and SetFoo.
=== Compiler ===
long PRInt32
long long PRInt64
unsigned short PRUint16
unsigned long PRUint32
unsigned long long PRUint64
float float
double double char char
wchar PRUnichar
string char*
wstring PRUnichar*
=== Include Terminology ===
To referencing interfaces defined in other files, you must type #include "filename.idl".
In XPIDL, #include only includes the file once, so the #include statement does not need the ifdefs which will be neede with required for the
the C preprocessor.
1
edit

Navigation menu