- append
void append(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
ada_string get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAll
Strings getAll(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasValue
bool hasValue(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeValue
void removeValue(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- sort
void sort()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
ada_owned_string toString()
Undocumented in source. Be warned that the author may not have intended to support it.