Searched defs:PasteboardEntryGetterWorker (Results 1 – 1 of 1) sorted by relevance
66 struct PasteboardEntryGetterWorker { struct67 std::string utdId;68 std::shared_ptr<PastedataRecordEntryGetterInstance> entryGetter = nullptr;69 std::shared_ptr<UDMF::ValueType> entryValue = nullptr;70 bool complete = false;71 bool clean = false;72 std::condition_variable cv;73 std::mutex mutex;