AReflection Library

Permission to use, copy, modify, distribute and sell this software for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation.

The author makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.

This documentation complements the corresponding article in the C++ Users Journal.
 

Prerequisites

This library has been tested with Visual C++ 6.0 (Service Pack 6), Visual C++ 7.1 and GCC 3.2. For Visual C++ 6.0 you will need to adjust the compiler heap limit if the compiler tells you to do so (/Zm800 worked for my examples). Chances are that Visual C++ 7.0 can compile the 6.0 version of the code because Visual C++ 7.1 can do so (even the compiletime filtering of virtual base classes). The library uses some header from boost and some from Loki (tested against boost 1.30.2)

Last revised: September 13, 2004