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-05-31 21:04 Zurück zur Release-Liste
0.5.11

Compile-Zeit-Strings mit String-Algorithmen, die verwendet werden, um die Namen der Arten und Namespaces zur Compile-Zeit untersuchen können, wurden hinzugefügt (dieses Feature ist noch experimentell und Änderungen vorbehalten). Dokumentation wurde aktualisiert und einige neue Beispiele hinzugefügt wurden. Die traverse_elements Bequemlichkeit Freund Funktion MetaType wurde aktualisiert. Die objektorientierte Schichten wurden überarbeitet und teilweise neu geschrieben.
Compile-time strings with string algorithms which can be used to examine the names of types and namespaces at compile-time were added (this feature is still experimental and subject to change). Documentation was updated and several new examples were added. The traverse_elements convenience friend function of MetaType was updated. The object-oriented layers have been refactored and partially reimplemented.

Project Resources