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

Go to the source code of this file.

Defines

#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 }

Define Documentation

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

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

#define WizardOffsetFormat   "lu"

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

#define WizardSizeFormat   "lu"

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

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

Typedef Documentation

typedef ssize_t WizardOffsetType

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

typedef size_t WizardSizeType

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

typedef unsigned int WizardStatusType

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


Enumeration Type Documentation

Enumerator:
WizardFalse 
WizardTrue 

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