Realm C++ SDK Version v2.2.0
Public Member Functions | Public Attributes | List of all members

realm::box_base< mapped_type > Struct Template Reference

Public Member Functions

 box_base (internal::bridge::core_dictionary &&backing_map, const std::string &key, const internal::bridge::realm &r)
 
 box_base (rbool *query, internal::bridge::col_key column_key, const std::string &key, const internal::bridge::realm &r)
 
box_baseoperator= (const mapped_type &o)
 
box_baseoperator= (mapped_type &&o)
 
rbool operator== (const mapped_type &rhs) const
 
rbool operator!= (const mapped_type &rhs) const
 

Public Attributes

internal::bridge::core_dictionary m_backing_map
 
internal::bridge::realm m_realm
 
std::string m_key
 
internal::bridge::col_key m_col_key
 
rboolm_rbool_query = nullptr
 

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