Mirror reflection library 0.5.13

mirror/mirror.hpp

Go to the documentation of this file.
00001 
00012 #ifndef MIRROR_MIRROR_1011291729_HPP
00013 #define MIRROR_MIRROR_1011291729_HPP
00014 
00015 // include everything except pre-registered items
00016 #include <mirror/mirror_base.hpp>
00017 // pre-registering of the default set of namespaces, types, classes, etc.
00018 #include <mirror/pre_registered/default.hpp>
00019 
00052 #ifdef MIRROR_DOCUMENTATION_ONLY
00053 
00054 namespace mirror
00055 {
00056 #else
00057 MIRROR_NAMESPACE_BEGIN
00058 #endif
00059 
00092 #ifdef MIRROR_DOCUMENTATION_ONLY
00093 }
00094 /* namespace mirror */
00095 #else
00096 MIRROR_NAMESPACE_END
00097 #endif
00098 
00099 #endif //include guard
00100 

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.