==============
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
