Changes between Version 130 and Version 131 of LibrariesUnderConstruction
- Timestamp:
- Oct 19, 2010, 4:04:11 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v130 v131 785 785 == Boost.Mirror == 786 786 * '''Author(s):''' Matus Chochlik 787 * '''Version:''' 0. 3.8788 * '''Last upload:''' November 26, 2009789 * '''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]787 * '''Version:''' 0.4.9 788 * '''Last upload:''' August 30, 2010 789 * '''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://www.boostpro.com/vault/index.php?action=downloadfile&filename=mirror0x.zip&directory=& C++0x version] [http://kifri.fri.uniza.sk/~chochlik/mirror-lib/html/ online docs for the C++0x version] 790 790 * '''Categories:''' [#ReflectiveProgramming Reflective Programming] 791 791 * '''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.