Realm C++ SDK Version v2.2.0
|
Public Member Functions | |
uuid | operator* () |
Public Member Functions inherited from realm::box_base< uuid > | |
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_base & | operator= (const uuid &o) |
box_base & | operator= (uuid &&o) |
rbool | operator== (const uuid &rhs) const |
rbool | operator!= (const uuid &rhs) const |
Additional Inherited Members | |
Public Attributes inherited from realm::box_base< uuid > | |
internal::bridge::core_dictionary | m_backing_map |
internal::bridge::realm | m_realm |
std::string | m_key |
internal::bridge::col_key | m_col_key |
rbool * | m_rbool_query |