CellML API
XPCOM Namespace Reference
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. | |
| typedef sequence< utf8string > | interface_list |
Detailed Description
The XPCOM module represents core infrastructure shared by XPCOM in Mozilla and the base of all objects CORBA-side.
Typedef Documentation
| typedef sequence<utf8string> XPCOM::interface_list |
| typedef string XPCOM::utf8string |
| typedef wstring XPCOM::utf8wstring |
