#include <coder.h>

Data Fields | |
| char * | path |
| char * | magick |
| char * | name |
| MagickBooleanType | stealth |
| struct _CoderInfo * | previous |
| struct _CoderInfo * | next |
| unsigned long | signature |
Definition at line 25 of file coder.h.
| char * _CoderInfo::magick |
| char * _CoderInfo::name |
Definition at line 28 of file coder.h.
Referenced by DestroyCoderNode(), GetCoderInfoList(), GetCoderList(), and LoadCoderList().
struct _CoderInfo * _CoderInfo::next [read] |
| char* _CoderInfo::path |
Definition at line 28 of file coder.h.
Referenced by DestroyCoderNode(), ListCoderInfo(), and LoadCoderList().
struct _CoderInfo* _CoderInfo::previous [read] |
| unsigned long _CoderInfo::signature |
Definition at line 33 of file coder.h.
Referenced by GetCoderInfoList(), GetCoderList(), and LoadCoderList().
1.5.7.1