Mirror reflection library - Puddle compile-time layer 0.5.13

puddle/meta_object_tags.hpp

Go to the documentation of this file.
00001 
00009 #ifndef PUDDLE_META_OBJECT_TAGS_1103151324_HPP
00010 #define PUDDLE_META_OBJECT_TAGS_1103151324_HPP
00011 
00012 #include <puddle/config.hpp>
00013 
00014 PUDDLE_NAMESPACE_BEGIN
00015 
00023 
00024 
00028 struct meta_instance_tag
00029 { };
00030 
00032 
00036 struct meta_plain_instance_tag
00037  : virtual meta_instance_tag
00038 { };
00039 
00040 PUDDLE_NAMESPACE_END
00041 
00042 #endif //include guard
00043 

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.