IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BasicEnumSerializationOperators.h
Go to the documentation of this file.
1 // BasicEnumSerializationOperators.h:
3 // ----------------------------------
4 //
14 
15 #ifndef __IPSDKSERIALIZATION_BASICENUMSERIALIZATIONOPERATORS_H__
16 #define __IPSDKSERIALIZATION_BASICENUMSERIALIZATIONOPERATORS_H__
17 
20 #include <IPSDKUtil/BaseTypes.h>
22 
23 namespace ipsdk {
24 
27 
29 IPSDK_DECLARE_SERIAL_ENUM(IPSDKSerialization, eInstructionSet);
30 
32 IPSDK_DECLARE_SERIAL_ENUM(IPSDKSerialization, eDataType);
33 
36 
37 } // end of namespace image
38 
39 #endif // __IPSDKSERIALIZATION_BASICENUMSERIALIZATIONOPERATORS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDK_DECLARE_SERIAL_ENUM(IPSDKBaseData, eDiscreteOrientation2d)
serialization operators for eDiscreteOrientation2d enumerate
Macro allowing to declare serialization for a given enumerate.
Base types for multiplatform compatibility.
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
eDataType
Enumerate describing a base type.
Definition: BaseTypes.h:77
Predefined types associated to instruction set management.
Definition of import/export macro for library.