Mirror reflection library 0.5.13

mirror/constructor_tags.hpp

Go to the documentation of this file.
00001 
00012 #ifndef MIRROR_CONSTRUCTOR_TAGS_1102041538_HPP
00013 #define MIRROR_CONSTRUCTOR_TAGS_1102041538_HPP
00014 
00015 MIRROR_NAMESPACE_BEGIN
00016 
00023 
00024 
00027 struct default_constructor_tag { };
00028 
00030 
00033 struct copy_constructor_tag { };
00034 struct move_constructor_tag { };
00035 
00037 
00043 struct custom_constructor_tag { };
00044 
00046 
00049 struct initializer_list_constructor_tag { };
00050 
00052 
00055 struct struct_initializer_tag { };
00056 
00057 MIRROR_NAMESPACE_END
00058 
00059 #endif //include guard
00060 

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.