Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

XPIDL

Note: Tato stránka není ještě zcela přeložena. Pomozte nám ji prosím dopřeložit.

XPIDL is an Interface Description Language used to specify XPCOM interface classes.

Interface Description Languages (IDL) are used to describe interfaces in a language- and machine-independent way. IDLs make it possible to define interfaces which can then be processed by tools to autogenerate language-dependent interface specifications.

One of these tools is xpidl, which is used to generate C++ header files, typelib information, and much more.

Writing XPIDL interface files

XPIDL closely resembles OMG IDL, with extended syntax to handle IIDs and additional types. Some examples are in the xpcom/base and xpcom/ds directories of the Mozilla tree.

Resources

Štítky a přispěvatelé do dokumentace

 Přispěvatelé této stránky: teoli, fscholz, Pawell
 Poslední aktualizace od: teoli,