eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis-tdict.h
Go to the documentation of this file.
1
8#ifndef ELLIPSIS_TDICT_H
9#define ELLIPSIS_TDICT_H 1
10
11#include "ellipsis-tarray.h"
12
15
32 [[deprecated]] size_t keys;
33 [[deprecated]] size_t xeys;
34 [[deprecated]] size_t fibfac;
35 [[deprecated]] size_t tries;
36 [[deprecated]] size_t comparisons;
38};
39
46
53
63
70
77
83void ellipsis‿token‿dictionary‿fputs(ellipsis‿token‿dictionary dict[static 1], FILE*, char const prefix[static 1]);
84
85#endif
void ellipsis‿token‿dictionary‿init(ellipsis‿token‿dictionary *const d, size_t len)
Definition ellipsis-tdict.c:362
ELLIPSIS_FA_UNDEPRECATE void ellipsis‿token‿dictionary‿fputs(ellipsis‿token‿dictionary dict[static 1], FILE *outf, char const prefix[static 1])
Definition ellipsis-tdict.c:262
ELLIPSIS_FA_UNDEPRECATE token * ellipsis‿token‿dictionary‿find(ellipsis‿token‿dictionary *dict, ellipsis‿str32 const *s)
Definition ellipsis-tdict.c:144
ELLIPSIS_FA_UNDEPRECATE bool ellipsis‿token‿dictionary‿insert(ellipsis‿token‿dictionary *dict, token *t)
Definition ellipsis-tdict.c:157
ELLIPSIS_FA_UNDEPRECATE void ellipsis‿token‿dictionary‿remove(ellipsis‿token‿dictionary *dict, ellipsis‿str32 const *s)
Definition ellipsis-tdict.c:199
ELLIPSIS_FA_UNDEPRECATE void ellipsis‿token‿dictionary‿destroy(ellipsis‿token‿dictionary *dict)
Definition ellipsis-tdict.c:249
ellipsis‿token token
Definition ellipsis-tdict.h:14
A structure with a flexible array member of base type ellipsis‿str32‿base.
Definition ellipsis-str32.h:156
A token element as recognized during processing.
Definition ellipsis-token.h:94
A structure with a flexible array member of base type ellipsis‿token‿array‿base.
Definition ellipsis-tarray.h:154
a dictionary of tokens
Definition ellipsis-tdict.h:31
size_t comparisons
Definition ellipsis-tdict.h:36
size_t xeys
Definition ellipsis-tdict.h:33
size_t tries
Definition ellipsis-tdict.h:35
size_t fibfac
Definition ellipsis-tdict.h:34
ellipsis‿token‿array * tab
Definition ellipsis-tdict.h:37
size_t keys
Definition ellipsis-tdict.h:32