- _init
void _init(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- apply
int apply(int function(StringValue*) fp)
Walk the contents of the string table,
calling fp for each entry.
- insert
StringValue* insert(const(char)* s, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- lookup
StringValue* lookup(const(char)* s, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- update
StringValue* update(const(char)* s, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.