summaryrefslogtreecommitdiffstats
path: root/xpcom/docs/index.rst
blob: bf4e3157c4ff74cefacf454c8177ab891577183b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
   xpidl
   writing-xpcom-interface
   hashtables
   hashtables_detailed
   cc-macros