Lines Matching refs:string
27 std::string getString() const;
31 bool parseFromString(std::string in);
35 std::string value_string_;
42 void parseFromFile(const std::string& file_name);
43 void parseFromString(const std::string& config);
45 bool hasKey(const std::string& key);
46 std::string getString(const std::string& key);
47 unsigned getUnsigned(const std::string& key);
48 std::vector<uint8_t> getBytes(const std::string& key);
53 ConfigValue& getValue(const std::string& key);
55 std::map<std::string, ConfigValue> values_;