#include <header.h>
Data Fields | |
enum headerSprintfExtenstionType | type |
const char * | name |
union { | |
void * generic | |
headerTagFormatFunction formatFunction | |
headerTagTagFunction tagFunction | |
headerSprintfExtension_s * more | |
} | u |
|
HEADER_EXT_TAG extension. |
|
Private extension. |
|
Chained table extension. |
|
Name of extension. Definition at line 186 of file header.h. Referenced by findTag(), and formatValue(). |
|
HEADER_EXT_FORMAT extension. |
|
Type of extension. Definition at line 184 of file header.h. Referenced by allocateExtensionCache(), findTag(), formatValue(), and freeExtensionCache(). |
|
Referenced by allocateExtensionCache(), findTag(), formatValue(), freeExtensionCache(), parseExpression(), and parseFormat(). |