Lines Matching refs:string
11 #include <string>
40 // Returns string value for |key|, if present.
41 const std::string GetValue(const std::string& key) const;
44 const int GetIntValue(const std::string& key) const;
46 // Sets new string value for |key|.
47 void SetValue(const std::string& key, const std::string& value) const;
50 void SetIntValue(const std::string& key, int value) const;
53 bool HasValue(const std::string& key) const;