Realm C++ SDK 버전 v2.2.0
|
공개 멤버 함수 | |
십진수128 (const 십진수128 & 기타) | |
십진수128 & | 연산자= (const decimal128 & other) |
십진수128 (십진수128 및 기타) | |
십진수128 & | 연산자= (십진수128 &&기타) |
십진수128 (const 십진수128 &) | |
십진수128 (const std::string &) | |
십진수128 (const double &) | |
십진수128 (const struct ::realm::decimal128 &) | |
연산자 십진수128 () const | |
연산자:: 영역::십진수128 () const | |
std::string | to_string () const |
부울 | is_NaN () const |
Decimal128 | 연산자+ (const 십진수128 &o) |
Decimal128 | 연산자* (const 십진수128 &o) |
Decimal128 | 연산자/ (const 십진수128 &o) |
Decimal128 | 연산자 - (const 십진수128 &o) |
십진수128 & | 연산자+= (const 십진수128 &o) |
십진수128 & | 연산자*= (const decimal128 &o) |
십진수128 & | 연산자/= (const decimal128 &o) |
십진수128 & | 연산자-= (const 십진수128 &o) |
친구 | |
부울 | 연산자== (const decimal128 &, const decimal128 &) |
부울 | 연산자!= (const decimal128 &, const decimal128 &) |
부울 | 연산자> (const decimal128 &, const decimal128 &) |
부울 | 연산자< (const decimal128 &, const decimal128 &) |
부울 | 연산자>= (const decimal128 &, const decimal128 &) |
부울 | 연산자<= (const decimal128 &, const decimal128 &) |