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

realm::box< object_id > Struct Reference

Inheritance diagram for realm::box< object_id >:
realm::box_base< object_id >

Public Member Functions

object_id operator* ()
 
- Public Member Functions inherited from realm::box_base< object_id >
 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 object_id &o)
 
box_baseoperator= (object_id &&o)
 
rbool operator== (const object_id &rhs) const
 
rbool operator!= (const object_id &rhs) const
 

Additional Inherited Members

- Public Attributes inherited from realm::box_base< object_id >
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
 

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