File: examples.rst

package info (click to toggle)
pygccxml 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,444 kB
  • sloc: xml: 29,841; python: 13,914; cpp: 2,671; makefile: 163; ansic: 59
file content (40 lines) | stat: -rw-r--r-- 802 bytes parent folder | download | duplicates (5)
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
39
40
========
Examples
========

Setting up pygccxml and parsing c/c++ code
------------------------------------------

.. toctree::
   :maxdepth: 1

   examples/parsing/example.rst
   examples/parsing-string/example.rst

First examples
--------------

.. toctree::
   :maxdepth: 1

   examples/variables/example.rst
   examples/searching1/example.rst
   examples/searching/example.rst
   examples/equality/example.rst
   examples/functions/example.rst
   examples/nested-types/example.rst
   examples/artificial/example.rst
   examples/compound/example.rst
   examples/templates/example.rst

Advanced examples
-----------------

.. toctree::
   :maxdepth: 1

   examples/elaborated/example.rst
   examples/function-pointer/example.rst
   examples/caching/example.rst
   examples/print-example/example.rst