Mirror reflection library 0.5.13

mirror/doc/concepts_ct_string.hpp

Go to the documentation of this file.
00001 
00010 #ifndef MIRROR_DOC_CONCEPTS_CT_STRING_1104131331_HPP
00011 #define MIRROR_DOC_CONCEPTS_CT_STRING_1104131331_HPP
00012 
00013 #include <mirror/config.hpp>
00014 
00015 #ifdef MIRROR_DOCUMENTATION_ONLY
00016 
00017 MIRROR_NAMESPACE_BEGIN
00018 // This section is here for documentation purposes only
00019 
00026 
00027 
00033 struct CharacterConstantType
00034 {
00035     static const char value;
00036     typedef CharacterConstantType type;
00037 };
00038 
00040 
00046 struct CompileTimeString
00047 {
00048     typedef CompileTimeString type;
00049 };
00050 
00051 MIRROR_NAMESPACE_END
00052 
00053 #endif // MIRROR_DOCUMENTATION_ONLY
00054 
00055 #endif //include guard
00056 

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.