Downloadliste

Projektbeschreibung

The Mirror C++ reflection library provides both compile-time and run-time meta-data describing common C++ program constructs like namespaces, types, enumerations, classes, their base classes and member variables, constructors, etc. and provides generic interfaces for their introspection. It also provides several high-level utilities based on the reflected meta-data like a factory generator, which generates, at compile-time, implementations of object factories which can create instances of arbitrary 'reflectable' type.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-06-21 21:16 Zurück zur Release-Liste
0.5.12

Updates auf die Mirror Meta-Programmierung Utilities und einige Änderungen an den internen Code vorgenommen wurden. Der Boolean und Integer-Typen in die objektorientierte Compiler-Schicht wurden mehr statisch. Die erste Version einer neuen Art-Löschung Dienstprogramm für die Compiler-Meta-Objekte wurde hinzugefügt. Zahlreiche neue Beispiele wurden hinzugefügt und einige Bugs wurden behoben.
Updates to the Mirror's meta-programming utilities and some changes to the internal code were made. The Boolean and integer types in the object-oriented compile-time layer were made more static. The first version of a new type-erasure utility for the compile-time meta-objects was added. Several new examples were added and a few bugs were fixed.

Project Resources