35 #include "core/function/SecureMemoryAllocator.h"
39 using Namespace = QString;
41 using LPCallback = std::function<void(Namespace, Key,
int, std::any)>;
52 auto PublishKV(Namespace, Key, std::any) -> bool;
54 auto LookupKV(Namespace, Key) -> std::optional<std::any>;
56 auto ListenPublish(QObject *, Namespace, Key, LPCallback) -> bool;
58 auto ListChildKeys(Namespace n, Key k) -> std::vector<Key>;
61 void SignalPublish(Namespace, Key,
int, std::any);
65 SecureUniquePtr<Impl> p_;
Definition: GlobalRegisterTableTreeModel.h:35
Definition: GlobalRegisterTable.cpp:43
Definition: GlobalRegisterTable.h:43