Searched defs:ViewProxy (Results 1 – 1 of 1) sorted by relevance
30 ViewProxy(std::unique_ptr<ComponentInterface> view, const std::string &message) in ViewProxy() function32 explicit ViewProxy(std::unique_ptr<ComponentInterface> view) : view_(std::move(view)) { } in ViewProxy() function