Searched refs:PropertyMonitorCallback (Results 1 – 2 of 2) sorted by relevance
28 using PropertyMonitorCallback = bool(std::string value); variable31 std::function<PropertyMonitorCallback> callback;47 void Add(std::string property, std::function<PropertyMonitorCallback> callback);
70 void PropertyMonitor::Add(std::string property, std::function<PropertyMonitorCallback> callback) { in Add()