IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SerializationOItemMacros.h
Go to the documentation of this file.
1 // SerializationOItemMacros.h:
3 // ---------------------------
4 //
14 
15 #ifndef __IPSDKSERIALIZATION_SERIALIZATIONOITEMMACROS_H__
16 #define __IPSDKSERIALIZATION_SERIALIZATIONOITEMMACROS_H__
17 
18 #include <boost/preprocessor/stringize.hpp>
20 
23 
26 #define IPSDK_MAKE_OITEM_VALUE(value) \
27  ipsdk::make_oitem(BOOST_PP_STRINGIZE(value), value)
28 
31 
32 #endif // __IPSDKSERIALIZATION_SERIALIZATIONOITEMMACROS_H__
Utility function for serialization ouput item creation.