Searched defs:variable_replacer (Results 1 – 1 of 1) sorted by relevance
251 struct variable_replacer { struct252 virtual ~variable_replacer() {} in ~variable_replacer() argument254 virtual bool is_variable (const std::string &str) const in is_variable()