632 | | == Boost.Mirror == |
633 | | * '''Author(s):''' Matus Chochlik |
634 | | * '''Version:''' 0.3.8 |
635 | | * '''Last upload:''' February 26, 2009 |
636 | | * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=mirror.zip&directory=& Boost Vault] [http://svn.boost.org/svn/boost/sandbox/mirror Boost Sandbox] |
637 | | * '''Categories:''' [#ReflectiveProgramming Reflective Programming] |
638 | | * '''Description:''' The aim of the Mirror library is to provide useful meta-data at both compile-time and run-time about common C++ constructs like namespaces, types (and as an important special case typedef-ined types), classes and their base classes and member attributes, instances, etc. and to provide uniform and generic interfaces for their introspection. |
639 | | |
640 | | --------------------------------------------------------------------------------------------------- |
651 | | Ma |
| 642 | --------------------------------------------------------------------------------------------------- |
| 643 | == Boost.Mirror == |
| 644 | * '''Author(s):''' Matus Chochlik |
| 645 | * '''Version:''' 0.3.8 |
| 646 | * '''Last upload:''' November 26, 2009 |
| 647 | * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=mirror.zip&directory=& Boost Vault] [http://svn.boost.org/svn/boost/sandbox/mirror Boost Sandbox] [http://sourceforge.net/projects/mirror-lib/ C++0x version] [http://kifri.fri.uniza.sk/~chochlik/mirror-lib/html/ online docs for the C++0x version] |
| 648 | * '''Categories:''' [#ReflectiveProgramming Reflective Programming] |
| 649 | * '''Description:''' The aim of the Mirror library is to provide useful meta-data at both compile-time and run-time about common C++ constructs like namespaces, types (and as an important special case typedef-ined types), classes and their base classes and member attributes, instances, etc. and to provide uniform and generic interfaces for their introspection. |
| 650 | |