Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members
net_instaweb::StringMultiMapInsensitive Class Reference
Inheritance diagram for net_instaweb::StringMultiMapInsensitive:
net_instaweb::StringMultiMap< StringCompareInsensitive >

Additional Inherited Members

- Public Member Functions inherited from net_instaweb::StringMultiMap< StringCompareInsensitive >
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 GoogleStringLookup1 (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 GoogleStringvalue (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: