|
char ** | symbols |
| Unsorted array of strings, such that the symbol for ID i is found at symbols[i - 1].
|
|
uint32_t * | index |
| Array of IDs, sorted by corresponding string in symbols .
|
|
uint32_t | size |
| Number of symbols (number of items in symbols and index ).
|
|
Definition at line 35 of file symap.h.
◆ index
Array of IDs, sorted by corresponding string in symbols
.
Definition at line 46 of file symap.h.
◆ size
Number of symbols (number of items in symbols
and index
).
Definition at line 51 of file symap.h.
◆ symbols
Unsorted array of strings, such that the symbol for ID i is found at symbols[i - 1].
Definition at line 41 of file symap.h.
The documentation for this struct was generated from the following file: