- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- erase
bool erase(Key p_key)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
Value get(Key p_key)
Undocumented in source. Be warned that the author may not have intended to support it.
- getptr
Value* getptr(Key p_key)
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(Key p_key)
Undocumented in source. Be warned that the author may not have intended to support it.
- is_empty
bool is_empty()
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(Pair*) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(Key*, Value*) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
Value opIndex(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(Value value, Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
Element* set(Key key, Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
- size
uint size()
Undocumented in source. Be warned that the author may not have intended to support it.