MagickCore 7.0.10
option.h File Reference
#include "wizard/hash.h"
#include "wizard/log.h"
Include dependency graph for option.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _OptionInfo
 

Typedefs

typedef struct _OptionInfo OptionInfo
 

Enumerations

enum  WizardOption {
  WizardUndefinedOptions = -1 , WizardAuthenticateOptions = 0 , WizardCipherOptions , WizardCommandOptions ,
  WizardDataTypeOptions , WizardDebugOptions , WizardEndianOptions , WizardEntropyOptions ,
  WizardEntropyLevelOptions , WizardKeyLengthOptions , WizardHashOptions , WizardListOptions ,
  WizardModeOptions , WizardLogEventOptions , WizardResourceOptions
}
 

Functions

WizardExport char ** GetWizardOptions (const WizardOption)
 
WizardExport const char * WizardOptionToMnemonic (const WizardOption, const ssize_t)
 
WizardExport ssize_t ParseWizardOption (const WizardOption, const WizardBooleanType, const char *)
 
WizardExport WizardBooleanType IsWizardOption (const char *)
 
WizardExport WizardBooleanType ListWizardOptions (FILE *, const WizardOption, ExceptionInfo *)
 

Typedef Documentation

◆ OptionInfo

typedef struct _OptionInfo OptionInfo

Enumeration Type Documentation

◆ WizardOption

Enumerator
WizardUndefinedOptions 
WizardAuthenticateOptions 
WizardCipherOptions 
WizardCommandOptions 
WizardDataTypeOptions 
WizardDebugOptions 
WizardEndianOptions 
WizardEntropyOptions 
WizardEntropyLevelOptions 
WizardKeyLengthOptions 
WizardHashOptions 
WizardListOptions 
WizardModeOptions 
WizardLogEventOptions 
WizardResourceOptions 

Definition at line 37 of file option.h.

Function Documentation

◆ GetWizardOptions()

WizardExport char ** GetWizardOptions ( const WizardOption  option)

◆ IsWizardOption()

WizardExport WizardBooleanType IsWizardOption ( const char *  )

◆ ListWizardOptions()

WizardExport WizardBooleanType ListWizardOptions ( FILE *  ,
const WizardOption  ,
ExceptionInfo  
)

◆ ParseWizardOption()

WizardExport ssize_t ParseWizardOption ( const WizardOption  option,
const WizardBooleanType  list,
const char *  options 
)

◆ WizardOptionToMnemonic()

WizardExport const char * WizardOptionToMnemonic ( const WizardOption  option,
const ssize_t  type 
)