Realm C++ SDK Version v2.2.0
|
#include <notifications.hpp>
Public Member Functions | |
notification_token (const notification_token &nt) noexcept=delete | |
notification_token & | operator= (const notification_token &)=delete |
notification_token (notification_token &&other) noexcept | |
notification_token & | operator= (notification_token &&other) |
notification_token (internal::bridge::notification_token &&token) | |
void | unregister () |
Public Attributes | |
internal::bridge::notification_token | m_token |
std::shared_ptr< internal::bridge::dictionary > | m_dictionary |
std::shared_ptr< internal::bridge::list > | m_list |
std::shared_ptr< internal::bridge::set > | m_set |
std::shared_ptr< internal::bridge::results > | m_results |
internal::bridge::realm | m_realm |
A token which is returned from methods which subscribe to changes to a realm::object
.