IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SerializationFwd.h
Go to the documentation of this file.
1 // SerializationFwd.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKSERIALIZATION_SERIALIZATIONFWD_H__
16 #define __IPSDKSERIALIZATION_SERIALIZATIONFWD_H__
17 
18 namespace ipsdk {
19 
22 
23 class BaseIArchive;
24 class BaseOArchive;
25 template <typename T>
26 class SerializationOItem;
27 template <typename T>
28 class SerializationIItem;
29 
32 
33 } // end of namespace ipsdk
34 
35 #endif // __IPSDKSERIALIZATION_SERIALIZATIONFWD_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22