Realm C++ SDK 버전 v2.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(managed< T > &)> > &&query_fn=std::nullopt) |
void | 제거 (const std::string &name) |
std::Optional< sync_subscription > | 찾기 (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 | update_subscription (const std::string &name, std::Optional< std::function< rbool(managed< T > &)> > &&query_fn=std::nullopt) |
void | 지우기 () |
친구 | |
구조체 | sync_subscription_set |