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

realm::managed< realm::decimal128 > Struct Reference

Inheritance diagram for realm::managed< realm::decimal128 >:
realm::managed_base

Public Member Functions

realm::decimal128 detach () const
 
realm::decimal128 operator* () const
 
 operator realm::decimal128 () const
 
rbool operator== (const decimal128 &rhs) const noexcept
 
rbool operator!= (const decimal128 &rhs) const noexcept
 
rbool operator> (const decimal128 &rhs) const noexcept
 
rbool operator< (const decimal128 &rhs) const noexcept
 
rbool operator>= (const decimal128 &rhs) const noexcept
 
rbool operator<= (const decimal128 &rhs) const noexcept
 
decimal128 operator+ (const decimal128 &o)
 
decimal128 operator- (const decimal128 &o)
 
decimal128 operator* (const decimal128 &o)
 
decimal128 operator/ (const decimal128 &o)
 
managed< realm::decimal128 > & operator+= (const decimal128 &o)
 
managed< realm::decimal128 > & operator-= (const decimal128 &o)
 
managed< realm::decimal128 > & operator*= (const decimal128 &o)
 
managed< realm::decimal128 > & operator/= (const decimal128 &o)
 
managed_baseoperator= (const managed_base &other)
 
managed_baseoperator= (managed_base &&other)
 
template<typename T >
managed_baseoperator= (const T &v)
 
- Public Member Functions inherited from realm::managed_base
void assign (internal::bridge::obj *obj, internal::bridge::realm *realm, internal::bridge::col_key &&key)
 
void assign (internal::bridge::obj *obj, internal::bridge::realm *realm, const internal::bridge::col_key &key)
 
template<typename T >
managed_baseoperator= (const T &v)
 
void prepare_for_query (internal::bridge::realm *realm, const internal::bridge::table &table, const std::string_view &col_name, realm::rbool *query_builder)
 

Additional Inherited Members

- Public Attributes inherited from realm::managed_base
internal::bridge::objm_obj = nullptr
 
internal::bridge::realmm_realm = nullptr
 
internal::bridge::col_key m_key
 
rboolm_rbool_query = nullptr
 
- Static Public Attributes inherited from realm::managed_base
static constexpr bool is_object = false
 
- Protected Member Functions inherited from realm::managed_base
 managed_base (const managed_base &other)
 
managed_baseoperator= (const managed_base &other)
 
 managed_base (managed_base &&other)
 
managed_baseoperator= (managed_base &&other)
 

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