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