Realm C++ SDK Version v2.2.0
|
Public Member Functions | |
decimal128 | operator* () |
rbool | operator> (decimal128 rhs) const |
rbool | operator>= (decimal128 rhs) const |
rbool | operator< (decimal128 rhs) const |
rbool | operator<= (decimal128 rhs) const |
Public Member Functions inherited from realm::box_base< decimal128 > | |
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 decimal128 &o) |
box_base & | operator= (decimal128 &&o) |
rbool | operator== (const decimal128 &rhs) const |
rbool | operator!= (const decimal128 &rhs) const |
Additional Inherited Members | |
Public Attributes inherited from realm::box_base< decimal128 > | |
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 |