IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ArchiveSectionMacros.h
Go to the documentation of this file.
1 // ArchiveSectionMacros.h:
3 // -----------------------
4 //
14 
15 #ifndef __IPSDKSERIALIZATION_ARCHIVESECTIONMACROS_H__
16 #define __IPSDKSERIALIZATION_ARCHIVESECTIONMACROS_H__
17 
20 
23 #define IPSDK_START_ARCHIVE_SECTION(ar, sectionName) \
24  { \
25  ipsdk::ArchiveSectionManager internalCurrentSection(ar, sectionName);
26 
29 #define IPSDK_END_ARCHIVE_SECTION(unUsed) \
30  }
31 
34 
35 #endif // __IPSDKSERIALIZATION_ARCHIVESECTIONMACROS_H__