Magick++ 6.9.12
Include.h File Reference
#include "magick/magick-config.h"
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <time.h>
#include <math.h>
#include <sys/types.h>
#include <errno.h>
#include <stdint.h>
#include <magick/MagickCore.h>
#include <wand/MagickWand.h>
Include dependency graph for Include.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  MagickCore
 
namespace  Magick
 

Macros

#define _MAGICK_CONFIG_H
 
#define MagickPPExport
 
#define MagickPPPrivate
 
#define GetPPException
 
#define ThrowPPException(quiet)
 

Macro Definition Documentation

◆ _MAGICK_CONFIG_H

#define _MAGICK_CONFIG_H

Definition at line 12 of file Include.h.

◆ GetPPException

#define GetPPException
Value:
MagickCore::ExceptionInfo \
*exceptionInfo; \
exceptionInfo=MagickCore::AcquireExceptionInfo()

Definition at line 1529 of file Include.h.

◆ MagickPPExport

#define MagickPPExport

Definition at line 270 of file Include.h.

◆ MagickPPPrivate

#define MagickPPPrivate

Definition at line 271 of file Include.h.

◆ ThrowPPException

#define ThrowPPException (   quiet)
Value:
throwException(exceptionInfo,quiet); \
(void) MagickCore::DestroyExceptionInfo(exceptionInfo)

Definition at line 1533 of file Include.h.