InutitionTC
0.30
|
Operations on the data structure that represents dictionaries of names. More...
Go to the source code of this file.
Data Structures | |
struct | namemap |
The representation of the dictionary to hold strings under string keys. More... | |
Functions | |
void | memcpy_charr (char **dest, char **src, size_t size) |
namemap | namemap_new () |
void | namemap_free (namemap n) |
namemap * | namemap_insert (namemap *n, Name elem, Name val) |
Name | namemap_lookup (const namemap n, const Name elem) |
namemap * | namemap_copy (const namemap in) |
Operations on the data structure that represents dictionaries of names.