dmagick.c.magickString

Undocumented in source.

Members

Aliases

ssize_t
alias ssize_t = ptrdiff_t
Undocumented in source.

Functions

AcquireString
char* AcquireString(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AcquireStringInfo
StringInfo* AcquireStringInfo(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BlobToStringInfo
StringInfo* BlobToStringInfo(const(void)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CloneString
char* CloneString(char** , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CloneStringInfo
StringInfo* CloneStringInfo(const(StringInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CompareStringInfo
int CompareStringInfo(const(StringInfo)* , const(StringInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConcatenateMagickString
size_t ConcatenateMagickString(char* , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConcatenateString
MagickBooleanType ConcatenateString(char** , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConcatenateStringInfo
void ConcatenateStringInfo(StringInfo* , const(StringInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConfigureFileToStringInfo
StringInfo* ConfigureFileToStringInfo(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConstantString
char* ConstantString(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CopyMagickString
size_t CopyMagickString(char* , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroyString
char* DestroyString(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroyStringInfo
StringInfo* DestroyStringInfo(StringInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroyStringList
char** DestroyStringList(char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EscapeString
char* EscapeString(const(char)* , char )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileToString
char* FileToString(const(char)* , size_t , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FileToStringInfo
StringInfo* FileToStringInfo(const(char)* , size_t , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FormatMagickSize
ssize_t FormatMagickSize(MagickSizeType , MagickBooleanType , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FormatMagickString
ssize_t FormatMagickString(char* , size_t , const(char)* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FormatMagickStringList
ssize_t FormatMagickStringList(char* , size_t , const(char)* , va_list )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FormatMagickTime
ssize_t FormatMagickTime(time_t , size_t , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetEnvironmentValue
char* GetEnvironmentValue(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetStringInfoDatum
ubyte* GetStringInfoDatum(const(StringInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetStringInfoLength
size_t GetStringInfoLength(const(StringInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetStringInfoPath
const(char)* GetStringInfoPath(const(StringInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
InterpretSiPrefixValue
double InterpretSiPrefixValue(const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IsStringNotFalse
MagickBooleanType IsStringNotFalse(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IsStringTrue
MagickBooleanType IsStringTrue(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LocaleCompare
int LocaleCompare(const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LocaleLower
void LocaleLower(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LocaleNCompare
int LocaleNCompare(const(char)* , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LocaleUpper
void LocaleUpper(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PrintStringInfo
void PrintStringInfo(FILE* file, const(char)* , const(StringInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ResetStringInfo
void ResetStringInfo(StringInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetStringInfo
void SetStringInfo(StringInfo* , const(StringInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetStringInfoDatum
void SetStringInfoDatum(StringInfo* , const(ubyte)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetStringInfoLength
void SetStringInfoLength(StringInfo* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetStringInfoPath
void SetStringInfoPath(StringInfo* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SplitStringInfo
StringInfo* SplitStringInfo(StringInfo* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StringInfoToHexString
char* StringInfoToHexString(const(StringInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StringInfoToString
char* StringInfoToString(const(StringInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StringToArgv
char** StringToArgv(const(char)* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StringToArrayOfDoubles
double* StringToArrayOfDoubles(const(char)* , ssize_t* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StringToList
char** StringToList(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StringToStringInfo
StringInfo* StringToStringInfo(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StringToken
char* StringToken(const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
StripString
void StripString(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SubstituteString
MagickBooleanType SubstituteString(char** , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

StringInfo
struct StringInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta