File: index.rst

package info (click to toggle)
cxxheaderparser 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,028 kB
  • sloc: python: 18,204; makefile: 33; sh: 9
file content (38 lines) | stat: -rw-r--r-- 984 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.. cxxheaderparser documentation master file, created by
   sphinx-quickstart on Thu Dec 31 00:46:02 2020.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

cxxheaderparser
===============

A pure python C++ header parser that parses C++ headers in a mildly naive
manner that allows it to handle many C++ constructs, including many modern
(C++11 and beyond) features.

.. warning:: cxxheaderparser intentionally does not use a C preprocessor by
             default. If you are parsing code with macros in it, you need to
             provide a preprocessor function in :py:class:`.ParserOptions`.

             .. seealso:: :py:attr:`cxxheaderparser.options.ParserOptions.preprocessor`

.. _pcpp: https://github.com/ned14/pcpp

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   tools
   simple
   custom
   types



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`