IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
EnumMacros.h
Go to the documentation of this file.
1 // EnumMacros.h:
3 // -------------
4 //
14 
15 #ifndef __IPSDKUTIL_ENUMMACROS_H__
16 #define __IPSDKUTIL_ENUMMACROS_H__
17 
18 #include <boost/enum.hpp>
19 #include <string.h>
20 
23 
26 #define IPSDK_ENUM(enumTypeStr, enumSeq) \
27  BOOST_ENUM(enumTypeStr, enumSeq)
28 
31 
32 #endif // __IPSDKUTIL_ENUMMACROS_H__