|
bool | empty () const |
|
void | Clear () |
|
int | num_names () const |
| Returns the number of distinct names.
|
|
int | num_values () const |
|
bool | Lookup (const StringPiece &name, ConstStringStarVector *values) const |
|
const GoogleString * | Lookup1 (const StringPiece &name) const |
|
bool | Has (const StringPiece &name) const |
|
bool | RemoveAll (const StringPiece &key) |
| Remove all variables by name. Returns true if anything was removed.
|
|
bool | RemoveAllFromSortedArray (const StringPiece *names, int names_size) |
|
StringPiece | name (int index) const |
|
const GoogleString * | value (int index) const |
| Note that the value can be NULL.
|
|
void | Add (const StringPiece &key, const StringPiece &value) |
| Add a new variable. The value can be null. More...
|
|
void | AddFromNameValuePairs (const StringPiece &name_value_list, const StringPiece &separators, char value_separator, bool omit_if_no_value) |
|
void | CopyFrom (const StringMultiMap &string_multi_map) |
|
The documentation for this class was generated from the following file: