Realm C++ SDK Versão C++ v2.2.0
|
Funções de membro público | |
int64_t | operador* () |
rbool | operador> (int64_t rhs) const |
rbool | operador>= (int64_t rhs) const |
rbool | operador < (int64_t rhs) const |
rbool | operador <= (int64_t rhs) const |
Public Member Functions inherited from realm::box_base< int64_t > | |
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 & | operador= (const int64_t &o) |
box_base & | operador= (int64_t &&o) |
rbool | operador== (const int64_t &rhs) const |
rbool | operador!= (const int64_t &rhs) const |
Membros herdados adicionais | |
Public Attributes inherited from realm::box_base< int64_t > | |
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 |