Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libucl/include/
H A Ducl++.h123 auto replacer = reinterpret_cast<variable_replacer *>(ud); in ucl_variable_replacer()
239 struct variable_replacer { struct
240 virtual ~variable_replacer() {} in ~variable_replacer() argument
455 static Ucl parse (const std::string &in, const variable_replacer &replacer, std::string &err) in parse()
459 &const_cast<variable_replacer &>(replacer)); in parse()
483 static Ucl parse (const char *in, const variable_replacer &replacer, std::string &err) in parse()
512 …static Ucl parse_from_file (const std::string &filename, const variable_replacer &replacer, std::s… in parse_from_file()
516 &const_cast<variable_replacer &>(replacer)); in parse_from_file()