Realm C++ SDK main@ea665a54a297dd13d7a3789dd5f5ea7317032c84
Public Member Functions | Public Attributes | List of all members

realm::notification_token Struct Reference

#include <notifications.hpp>

Public Member Functions

 notification_token (const notification_token &nt) noexcept=delete
 
notification_tokenoperator= (const notification_token &)=delete
 
 notification_token (notification_token &&other) noexcept
 
notification_tokenoperator= (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::dictionarym_dictionary
 
std::shared_ptr< internal::bridge::listm_list
 
std::shared_ptr< internal::bridge::setm_set
 
std::shared_ptr< internal::bridge::resultsm_results
 
internal::bridge::realm m_realm
 

Detailed Description

A token which is returned from methods which subscribe to changes to a realm::object.


The documentation for this struct was generated from the following file: