Mirror reflection library 0.5.13
Defines

Mirror - Configuration options

Defines

#define MIRROR_NO_RTTI   0
 Whether to disable the use of Run-time type information (RTTI)

Detailed Description

Mirror allows for some compile-time configuration by the means of the C++ preprocessor. Setting various configuration options to different values influences the internal implementation details and the behavior of the library.


Define Documentation

#define MIRROR_NO_RTTI   0

Whether to disable the use of Run-time type information (RTTI)

Setting this symbol to a nonzero integer value disables the usage of RTTI by the Mirror library. This affects mainly the raw pointers.

Use of RTTI is enabled by default.


Copyright © 2006-2011 Matus Chochlik, University of Zilina, Zilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Fri Dec 16 2011 by Doxygen (version 1.7.3).
Important note: Although the 'boostified' version of Mirror uses the Boost C++ libraries Coding Guidelines and is implemented inside of the boost namespace, it IS NOT an officially reviewed and accepted Boost library. Mirror is being developed with the intention to be submitted for review for inclusion to the Boost C++ libraries.