StringTable

Undocumented in source.

Destructor

~this
~this()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Functions

_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.

Meta