Data Structures | Typedefs | Functions

configure.h File Reference

#include "wizard/hashmap.h"

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 LinkedListInfo ** GetConfigurePaths (const char *, ExceptionInfo *)
WizardExport LinkedListInfo *** GetConfigureOptions (const char *, ExceptionInfo *)
WizardExport WizardBooleanType ConfigureComponentGenesis (void)
WizardExport WizardBooleanType ListConfigureInfo (FILE *, ExceptionInfo *)
WizardExport void ConfigureComponentTerminus (void)

Typedef Documentation

typedef struct _ConfigureInfo ConfigureInfo

Function Documentation

WizardExport WizardBooleanType ConfigureComponentGenesis ( void   ) 
WizardExport void ConfigureComponentTerminus ( void   ) 
WizardExport LinkedListInfo* DestroyConfigureOptions ( LinkedListInfo  ) 
WizardExport const ConfigureInfo* GetConfigureInfo ( const char *  ,
ExceptionInfo  
)
WizardExport const ConfigureInfo* ** GetConfigureInfoList ( const char *  ,
size_t *  ,
ExceptionInfo  
)
WizardExport char** GetConfigureList ( const char *  ,
size_t *  ,
ExceptionInfo  
)
WizardExport LinkedListInfo* * * GetConfigureOptions ( const char *  ,
ExceptionInfo  
)
WizardExport LinkedListInfo* * GetConfigurePaths ( const char *  ,
ExceptionInfo  
)
WizardExport const char* GetConfigureValue ( const ConfigureInfo  ) 
WizardExport WizardBooleanType ListConfigureInfo ( FILE *  ,
ExceptionInfo  
)