MagickCore 7.0.10
wizard-type.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WizardLLConstant(c)   (WizardOffsetType) (c ## LL)
 
#define WizardULLConstant(c)   (WizardSizeType) (c ## ULL)
 
#define WizardOffsetFormat   "lu"
 
#define WizardSizeFormat   "lu"
 

Typedefs

typedef unsigned int WizardStatusType
 
typedef ssize_t WizardOffsetType
 
typedef size_t WizardSizeType
 

Enumerations

enum  WizardBooleanType { WizardFalse = 0 , WizardTrue = 1 }
 

Macro Definition Documentation

◆ WizardLLConstant

#define WizardLLConstant (   c)    (WizardOffsetType) (c ## LL)

Definition at line 35 of file wizard-type.h.

◆ WizardOffsetFormat

#define WizardOffsetFormat   "lu"

Definition at line 52 of file wizard-type.h.

◆ WizardSizeFormat

#define WizardSizeFormat   "lu"

Definition at line 53 of file wizard-type.h.

◆ WizardULLConstant

#define WizardULLConstant (   c)    (WizardSizeType) (c ## ULL)

Definition at line 36 of file wizard-type.h.

Typedef Documentation

◆ WizardOffsetType

typedef ssize_t WizardOffsetType

Definition at line 50 of file wizard-type.h.

◆ WizardSizeType

typedef size_t WizardSizeType

Definition at line 51 of file wizard-type.h.

◆ WizardStatusType

typedef unsigned int WizardStatusType

Definition at line 42 of file wizard-type.h.

Enumeration Type Documentation

◆ WizardBooleanType

Enumerator
WizardFalse 
WizardTrue 

Definition at line 25 of file wizard-type.h.