Home
last modified time | relevance | path

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

/dports/dns/powerdns/pdns-4.5.2/ext/luawrapper/include/
H A DLuaContext.hpp2503 struct VariantWriter : public boost::static_visitor<> { struct
2505 void operator()(TType value) noexcept in operator ()()
2510 VariantWriter(lua_State* state_, PushedObject& obj_) : state(state_), obj(obj_) {} in VariantWriter() function
2511 lua_State* state;
2512 PushedObject& obj;
/dports/dns/dnsdist/dnsdist-1.6.1/ext/luawrapper/include/
H A DLuaContext.hpp2503 struct VariantWriter : public boost::static_visitor<> { struct
2505 void operator()(TType value) noexcept in operator ()()
2510 VariantWriter(lua_State* state_, PushedObject& obj_) : state(state_), obj(obj_) {} in VariantWriter() argument
2511 lua_State* state;
2512 PushedObject& obj;