IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
public
IPSDKSerialization
Archive
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__
Generated on Tue Apr 15 2025 16:20:49 for IPSDK by
1.8.14