summaryrefslogtreecommitdiffstats
path: root/xpcom/docs/index.rst
blob: 09a51835bc18fb862d2ae28375f88d354a41786e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
XPCOM
=====

These pages contain documentation for Mozilla's Cross-Platform Component Object Model (XPCOM) module.  It abstracts core systems functionality for cross-platform use.  The component architecture follows the standard COM approach.

.. toctree::
   :maxdepth: 1

   logging
   stringguide
   refptr
   thread-safety
   huntingleaks
   collections
   sorting.md
   xpidl
   writing-xpcom-interface
   hashtables
   hashtables_detailed
   cc-macros