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

Go to the source code of this file.

Data Structures

struct  _ConfigureInfo
 

Typedefs

typedef struct _ConfigureInfo ConfigureInfo
 

Functions

WizardExport char ** GetConfigureList (const char *, size_t *, ExceptionInfo *)
 
WizardExport const char * GetConfigureValue (const ConfigureInfo *)
 
WizardExport const ConfigureInfoGetConfigureInfo (const char *, ExceptionInfo *)
 
WizardExport const ConfigureInfo ** GetConfigureInfoList (const char *, size_t *, ExceptionInfo *)
 
WizardExport LinkedListInfoDestroyConfigureOptions (LinkedListInfo *)
 
WizardExport LinkedListInfoGetConfigurePaths (const char *, ExceptionInfo *)
 
WizardExport LinkedListInfoGetConfigureOptions (const char *, ExceptionInfo *)
 
WizardExport WizardBooleanType ConfigureComponentGenesis (void)
 
WizardExport WizardBooleanType ListConfigureInfo (FILE *, ExceptionInfo *)
 
WizardExport void ConfigureComponentTerminus (void)
 

Typedef Documentation

◆ ConfigureInfo

typedef struct _ConfigureInfo ConfigureInfo

Function Documentation

◆ ConfigureComponentGenesis()

WizardExport WizardBooleanType ConfigureComponentGenesis ( void  )

◆ ConfigureComponentTerminus()

◆ DestroyConfigureOptions()

WizardExport LinkedListInfo * DestroyConfigureOptions ( LinkedListInfo )

◆ GetConfigureInfo()

WizardExport const ConfigureInfo * GetConfigureInfo ( const char *  ,
ExceptionInfo  
)

◆ GetConfigureInfoList()

◆ GetConfigureList()

◆ GetConfigureOptions()

◆ GetConfigurePaths()

WizardExport LinkedListInfo * GetConfigurePaths ( const char *  ,
ExceptionInfo  
)

◆ GetConfigureValue()

WizardExport const char * GetConfigureValue ( const ConfigureInfo configure_info)

◆ ListConfigureInfo()

WizardExport WizardBooleanType ListConfigureInfo ( FILE *  file,
ExceptionInfo exception 
)