Realm C++ SDK版本 v 2.2.0
|
公共成员函数 | |
mutable_sync_subscription_set (const mutable_sync_subscription_set &other)=delete | |
mutable_sync_subscription_set & | 操作符= (const mutable_sync_subscription_set &other) |
mutable_sync_subscription_set ( mutable_sync_subscription_set && other)=delete | |
mutable_sync_subscription_set & | 操作符= ( mutable_sync_subscription_set && other) |
template<typename T > | |
void | add (const std::string &name, std::Optional< std::function< rbool ( 托管 < T > &)"> &&query_fn=std::nullopt) |
void | remove (const std::string &name) |
std::Optional< sync_subscription > | find (const std::string &name) |
template<typename T > | |
std::enable_if_t< std::is_base_of_v< 对象 < T >, T >> | update_subscription (const std::string &name, std::Optional< std::function< rbool (T &)>> &&query_fn=std::nullopt) |
template<typename T > | |
void | 更新 (const std::string &name, std::Optional< std::function< rbool ( 托管 < T > &)"> &&query_fn=std::nullopt) |
void | clear () |
好友 | |
struct | sync_subscription_set |