Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/include/
H A Ducl++.h263 Ucl(ucl_object_t *other) { in Ucl() function
268 Ucl(const ucl_object_t *other) { in Ucl() function
272 Ucl(const Ucl &other) { in Ucl() function
276 Ucl(Ucl &&other) { in Ucl() function
280 Ucl() noexcept { in Ucl() function
283 Ucl(std::nullptr_t) noexcept { in Ucl() function
286 Ucl(double value) { in Ucl() function
290 Ucl(int64_t value) { in Ucl() function
294 Ucl(bool value) { in Ucl() function
298 Ucl(const std::string &value) { in Ucl() function
[all …]