MagickCore
7.0.0
|
#include <configure.h>
Data Fields | |
char * | path |
char * | name |
char * | value |
MagickBooleanType | exempt |
MagickBooleanType | stealth |
size_t | signature |
Definition at line 27 of file configure.h.
MagickBooleanType _ConfigureInfo::exempt |
Definition at line 35 of file configure.h.
Referenced by DestroyConfigureElement(), LoadConfigureList(), and LoadConfigureLists().
char * _ConfigureInfo::name |
Definition at line 30 of file configure.h.
Referenced by DestroyConfigureElement(), GetConfigureInfo(), GetConfigureInfoList(), GetConfigureList(), LoadConfigureList(), and LoadConfigureLists().
char* _ConfigureInfo::path |
Definition at line 30 of file configure.h.
Referenced by DestroyConfigureElement(), ListConfigureInfo(), LoadConfigureList(), and LoadConfigureLists().
size_t _ConfigureInfo::signature |
Definition at line 39 of file configure.h.
Referenced by GetConfigureValue(), LoadConfigureList(), and LoadConfigureLists().
MagickBooleanType _ConfigureInfo::stealth |
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 LoadConfigureLists().