Mirror reflection library - Puddle compile-time layer 0.5.13

puddle/config.hpp

Go to the documentation of this file.
00001 
00010 #ifndef PUDDLE_CONFIG_1103151301_HPP
00011 #define PUDDLE_CONFIG_1103151301_HPP
00012 
00013 // Macro that begins the Mirror library namespace
00014 #define PUDDLE_NAMESPACE_BEGIN \
00015 namespace puddle {
00016 
00017 // Macro which ends the Mirror library namespace
00018 #define PUDDLE_NAMESPACE_END \
00019 } /* namespace puddle */
00020 
00021 #endif //include guard
00022 

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.