|
Managed_base & | 操作符= (const double &v) |
|
Managed_base & | 运算符= (const int &v) |
|
double | detach () const |
|
double | Operator* () const |
|
| 操作符 double () const |
|
template<typename T > |
std::enable_if_t< std::disjunction_v< std::is_integral< T >, std::is_floating_point< T > >, rbool > | 操作符== (const T &rhs) const noException |
|
template<typename T > |
std::enable_if_t< std::disjunction_v< std::is_integral< T >, std::is_floating_point< T > >, rbool > | Operator!= (const T &rhs) const noException |
|
template<typename T > |
std::enable_if_t< std::disjunction_v< std::is_integral< T >, std::is_floating_point< T > >, rbool > | 操作符> (const T &rhs) const noException |
|
template<typename T > |
std::enable_if_t< std::disjunction_v< std::is_integral< T >, std::is_floating_point< T > >, rbool > | 操作符< (const T &rhs) const noException |
|
template<typename T > |
std::enable_if_t< std::disjunction_v< std::is_integral< T >, std::is_floating_point< T > >, rbool > | 操作符>= (const T &rhs) const noException |
|
template<typename T > |
std::enable_if_t< std::disjunction_v< std::is_integral< T >, std::is_floating_point< T > >, rbool > | 操作符<= (const T &rhs) const noException |
|
void | 操作符+= (const double &o) |
|
void | Operator++ (int) |
|
void | Operator++ () |
|
void | 操作符-= (const double &o) |
|
void | 操作符-- (int) |
|
void | 操作符-- () |
|
void | 操作符*= (const double &o) |
|
Managed_base & | 操作符= (const 托管 &other) |
|
Managed_base & | 操作符= ( 托管 && other) |
|
template<typename T > |
Managed_base & | 操作符= (const T &v) |
|
void | 分配(内部::bridge::obj *obj,内部::bridge::域 *realm,内部::bridge::col_key &&key) |
|
void | 分配(内部::bridge::obj *obj,内部::bridge::域 *realm, const内部::bridge::col_key &key) |
|
template<typename T > |
Managed_base & | 操作符= (const T &v) |
|
void | prepare_for_query ( 域 *域, const内部::bridge::table &table, const std::string_view &col_name, realm::rbool *查询) |
|