IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Macros
ArchiveSectionMacros.h File Reference

Macro set for archive management. More...

Go to the source code of this file.

Macros

#define IPSDK_START_ARCHIVE_SECTION(ar, sectionName)
 macro allowing to star an archive section More...
 
#define IPSDK_END_ARCHIVE_SECTION(unUsed)   }
 macro allowing to end an archive section
 

Detailed Description

Macro set for archive management.

Author
E. Noirfalise
Date
2013/4/23

Macro Definition Documentation

◆ IPSDK_START_ARCHIVE_SECTION

#define IPSDK_START_ARCHIVE_SECTION (   ar,
  sectionName 
)
Value:
{ \
ipsdk::ArchiveSectionManager internalCurrentSection(ar, sectionName);

macro allowing to star an archive section