#include <configure.h>

Data Fields | |
| char * | path |
| char * | name |
| char * | value |
| MagickBooleanType | stealth |
| struct _ConfigureInfo * | previous |
| struct _ConfigureInfo * | next |
| unsigned long | signature |
Definition at line 27 of file configure.h.
| char * _ConfigureInfo::name |
Definition at line 30 of file configure.h.
Referenced by DestroyConfigureElement(), GetConfigureInfo(), GetConfigureInfoList(), GetConfigureList(), and LoadConfigureList().
struct _ConfigureInfo * _ConfigureInfo::next [read] |
| char* _ConfigureInfo::path |
Definition at line 30 of file configure.h.
Referenced by DestroyConfigureElement(), ListConfigureInfo(), and LoadConfigureList().
struct _ConfigureInfo* _ConfigureInfo::previous [read] |
Definition at line 37 of file configure.h.
| unsigned long _ConfigureInfo::signature |
Definition at line 42 of file configure.h.
Referenced by GetConfigureValue(), and LoadConfigureList().
Definition at line 35 of file configure.h.
Referenced by GetConfigureInfoList(), GetConfigureList(), and LoadConfigureList().
| char * _ConfigureInfo::value |
Definition at line 30 of file configure.h.
Referenced by DestroyConfigureElement(), GetConfigureValue(), LoadConfigureList(), and ReadImage().
1.5.7.1