ddmd.root.stringtable

Undocumented in source.

Members

Manifest constants

POOL_BITS
enum POOL_BITS;
Undocumented in source.
POOL_SIZE
enum POOL_SIZE;
Undocumented in source.

Static functions

calcHash
uint32_t calcHash(const(char)* key, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
nextpow2
size_t nextpow2(size_t val)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

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

Structs

StringEntry
struct StringEntry
Undocumented in source.
StringTable
struct StringTable
Undocumented in source.
StringValue
struct StringValue
Undocumented in source.

Meta