WizardsToolkit  1.0.7
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

typedef struct _OptionInfo OptionInfo

Enumeration Type Documentation

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

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