IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
FileSerializationTypes.h
Go to the documentation of this file.
1 // FileSerializationTypes.h:
3 // -------------------------
4 //
14 
15 #ifndef __IPSDKSERIALIZATION_FILESERIALIZATIONTYPES_H__
16 #define __IPSDKSERIALIZATION_FILESERIALIZATIONTYPES_H__
17 
19 #include <IPSDKUtil/Tools/ProcessingResult.h>
20 
21 namespace ipsdk {
22 
25 
28 {
31 
34 };
35 
38 
39 } // end of namespace ipsdk
40 
41 #endif // __IPSDKSERIALIZATION_FILESERIALIZATIONTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
BoolResult _bRes
result associated to operation
Definition: FileSerializationTypes.h:30
Predefined types for serialization objectsn.
boost::shared_ptr< BaseSerializationObject > SerializationObjectPtr
shared pointer to a base serialization object
Definition: SerializationTypes.h:23
structure allowing to store file read results
Definition: FileSerializationTypes.h:27
SerializationObjectPtr _pObject
shared pointer to read object
Definition: FileSerializationTypes.h:33