The XPCOM module represents core infrastructure shared by XPCOM in Mozilla and the base of all objects CORBA-side.
More...
Classes |
interface | IObject |
| The object is the top-level object, from which anything which needs to get passed between modules should inherit. More...
|
Typedefs |
typedef string | utf8string |
| This is used to represent a string of 8-bit bytes making up a UTF8 string.
|
typedef wstring | utf8wstring |
| This is used to represent a wider string.
|
Detailed Description
The XPCOM module represents core infrastructure shared by XPCOM in Mozilla and the base of all objects CORBA-side.
Typedef Documentation
This is used to represent a string of 8-bit bytes making up a UTF8 string.
Definition at line 44 of file xpcom.idl.
This is used to represent a wider string.
On the Mozilla side, this will be UTF16, although it may be UCS4 on other platforms, depending on the compiler and platform.
Definition at line 51 of file xpcom.idl.