Realm C++ SDK 버전 v2.2.0
|
공개 멤버 함수 | |
십진수128 (const std::string &) | |
십진수128 (const double &) | |
std::string | to_string () const |
부울 | is_NaN () const |
십진수128 (const internal::bridge::decimal128 &) | |
Decimal128 | 연산자 - (const 십진수128 &o) |
Decimal128 | 연산자+ (const 십진수128 &o) |
Decimal128 | 연산자* (const 십진수128 &o) |
Decimal128 | 연산자/ (const 십진수128 &o) |
십진수128 & | 연산자-= (const 십진수128 &o) |
십진수128 & | 연산자+= (const 십진수128 &o) |
십진수128 & | 연산자*= (const decimal128 &o) |
십진수128 & | 연산자/= (const decimal128 &o) |
공개 속성 | |
internal::bridge::decimal128 | m_decimal |
친구 | |
구조체 | internal::bridge::decimal128 |
template<typename mapped_type > | |
구조체 | Box_base |