Home
last modified time | relevance | path

Searched defs:variable_replacer (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/libucl/include/
H A Ducl++.h239 struct variable_replacer { struct
240 virtual ~variable_replacer() {} in ~variable_replacer() argument
242 virtual bool is_variable (const std::string &str) const in is_variable()