Go to the documentation of this file.
17 #ifndef Om_Macro_Precompilation_
19 #include "boost/preprocessor/stringize.hpp"
36 #define Om_Macro_PrependZeroX_(theArgument) \
43 #define Om_Macro_PrependSlashXAndStringize_(theArgument) \
44 BOOST_PP_STRINGIZE(\x ##theArgument)
50 #define Om_Macro_GetNumber_(theHex) \
51 Om_Macro_PrependZeroX_(theHex)
57 #define Om_Macro_GetString_(theHex) \
58 Om_Macro_PrependSlashXAndStringize_(theHex)