GDCM  2.2.6
Macros
gdcmLegacyMacro.h File Reference
#include "gdcmException.h"
#include "gdcmTrace.h"
Include dependency graph for gdcmLegacyMacro.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GDCM_LEGACY(method)   method;
 
#define GDCM_LEGACY_BODY(method, version)   gdcmWarningMacro(#method " was deprecated for " version " and will be removed in a future version.")
 
#define GDCM_LEGACY_REPLACED_BODY(method, version, replace)   gdcmWarningMacro(#method " was deprecated for " version " and will be removed in a future version. Use " #replace " instead.")
 

Macro Definition Documentation

#define GDCM_LEGACY (   method)    method;
#define GDCM_LEGACY_BODY (   method,
  version 
)    gdcmWarningMacro(#method " was deprecated for " version " and will be removed in a future version.")
#define GDCM_LEGACY_REPLACED_BODY (   method,
  version,
  replace 
)    gdcmWarningMacro(#method " was deprecated for " version " and will be removed in a future version. Use " #replace " instead.")

Generated on Sat Dec 21 2013 05:56:19 for GDCM by doxygen 1.8.5
SourceForge.net Logo