File: links.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 (17 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
==============
C++ Reflection
==============

-----
Links
-----

* `CppReflect`_ - extracts reflection information from executables, which were
  build with debug information. It works with executables that has COFF or ELF
  format.

* `XTI An Extended Type Information Library`_ - Bjarne Stroustrup talk about adding
  reflection information to C++ program.

.. _`CppReflect` : http://www.garret.ru/~knizhnik/cppreflection/docs/reflect.html
.. _`XTI An Extended Type Information Library` : http://lcgapp.cern.ch/project/architecture/XTI_accu.pdf