#include <header_internal.h>
Public Types | |
| enum | { PTOK_NONE = 0, PTOK_TAG, PTOK_ARRAY, PTOK_STRING, PTOK_COND } |
Data Fields | |
| enum sprintfToken_s:: { ... } | type |
| union { | |
| sprintfTag_s tag | |
| struct { | |
| sprintfToken format | |
| int i | |
| int numTokens | |
| } array | |
| struct { | |
| char * string | |
| int len | |
| } string | |
| struct { | |
| sprintfToken ifFormat | |
| int numIfTokens | |
| sprintfToken elseFormat | |
| int numElseTokens | |
| sprintfTag_s tag | |
| } cond | |
| } | u |
Definition at line 109 of file header_internal.h.
| anonymous enum |
Definition at line 110 of file header_internal.h.
| enum { ... } sprintfToken_s::type |
Referenced by findTag(), hsaInit(), hsaNext(), parseExpression(), parseFormat(), and singleSprintf().
struct sprintfTag_s sprintfToken_s::tag [read] |
PTOK_TAG
Definition at line 118 of file header_internal.h.
Referenced by findTag(), hsaInit(), hsaNext(), parseFormat(), and singleSprintf().
Definition at line 121 of file header_internal.h.
Definition at line 122 of file header_internal.h.
Definition at line 123 of file header_internal.h.
| struct { ... } sprintfToken_s::array |
PTOK_ARRAY
Referenced by freeFormat(), hsaInit(), hsaNext(), parseFormat(), and singleSprintf().
| char* sprintfToken_s::string |
Definition at line 128 of file header_internal.h.
| struct { ... } sprintfToken_s::string |
PTOK_STRING
Definition at line 132 of file header_internal.h.
Definition at line 133 of file header_internal.h.
Definition at line 135 of file header_internal.h.
Definition at line 136 of file header_internal.h.
struct sprintfTag_s sprintfToken_s::tag [read] |
Definition at line 137 of file header_internal.h.
| struct { ... } sprintfToken_s::cond |
PTOK_COND
Referenced by findTag(), freeFormat(), parseExpression(), and singleSprintf().
| union { ... } sprintfToken_s::u |
Referenced by findTag(), freeFormat(), hsaInit(), hsaNext(), parseExpression(), parseFormat(), and singleSprintf().
1.5.2