MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
token.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _TokenInfo TokenInfo
 

Functions

MagickExport int Tokenizer (TokenInfo *, const unsigned int, char *, const size_t, const char *, const char *, const char *, const char *, const char, char *, int *, char *)
 
MagickExport MagickBooleanType GlobExpression (const char *magick_restrict, const char *magick_restrict, const MagickBooleanType) magick_attribute((__pure__))
 
MagickExport size_t GetNextToken (const char *magick_restrict, const char **magick_restrict, const size_t, char *magick_restrict) magick_hot_spot
 
MagickExport TokenInfoAcquireTokenInfo (void)
 
MagickExport TokenInfoDestroyTokenInfo (TokenInfo *)
 

Typedef Documentation

◆ TokenInfo

typedef struct _TokenInfo TokenInfo

Definition at line 29 of file token.h.

Function Documentation

◆ AcquireTokenInfo()

MagickExport TokenInfo * AcquireTokenInfo ( void  )

◆ DestroyTokenInfo()

◆ GetNextToken()

MagickExport size_t GetNextToken ( const char *  magick_restrict,
const char **  magick_restrict,
const  size_t,
char *  magick_restrict 
)

◆ GlobExpression()

MagickExport MagickBooleanType GlobExpression ( const char *  magick_restrict,
const char *  magick_restrict,
const  MagickBooleanType 
)

◆ Tokenizer()

MagickExport int Tokenizer ( TokenInfo ,
const unsigned int  ,
char *  ,
const  size_t,
const char *  ,
const char *  ,
const char *  ,
const char *  ,
const char  ,
char *  ,
int *  ,
char *   
)