- add
void add(string key, string val)
Undocumented in source. Be warned that the author may not have intended to support it.
- add
void add(string key, T val)
Undocumented in source. Be warned that the author may not have intended to support it.
- add
void add(string key, Vector!(ubyte, ALLOC) val)
Undocumented in source. Be warned that the author may not have intended to support it.
- add
void add(string key, RefCounted!(Vector!(ubyte, ALLOC), ALLOC) val)
Undocumented in source. Be warned that the author may not have intended to support it.
- add
void add(DictionaryListRef!(string, string) input)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
Vector!string get(string looking_for)
Undocumented in source. Be warned that the author may not have intended to support it.
- get1
string get1(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- get1
string get1(string key, string default_value)
Undocumented in source. Be warned that the author may not have intended to support it.
- get1Memvec
Vector!ubyte get1Memvec(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- get1Uint
uint get1Uint(string key, uint default_val)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasValue
bool hasValue(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(DataStore other)
Undocumented in source. Be warned that the author may not have intended to support it.
- searchFor
DictionaryListRef!(string, string) searchFor(bool delegate(string, string) predicate)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
Data Store