IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
EnumUtils.h
Go to the documentation of this file.
1 // EnumUtils.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_ENUMUTILS_H__
16 #define __IPSDKUTIL_ENUMUTILS_H__
17 
18 #include <IPSDKUtil/BaseTypes.h>
20 
21 namespace ipsdk {
22 
25 
27 typedef ipInt32 (*EnumStringToIntFunc)(const std::string& enumStrValue);
28 
31 
32 } // end of namespace ipsdk
33 
34 #endif // __IPSDKUTIL_ENUMUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
ipInt32(* EnumStringToIntFunc)(const std::string &enumStrValue)
defining a function type for string to integer convertions
Definition: EnumUtils.h:27
int32_t ipInt32
Base types definition.
Definition: BaseTypes.h:52
Base types for multiplatform compatibility.
Predefined macros for enumerates management.