BDE 4.14.0 Production release
|
Go to the source code of this file.
Classes | |
class | bdldfp::Uint128 |
Functions | |
bool | bdldfp::operator== (const Uint128 &lhs, const Uint128 &rhs) |
bool | bdldfp::operator!= (const Uint128 &lhs, const Uint128 &rhs) |
Uint128 | bdldfp::operator| (Uint128 lhs, const Uint128 &rhs) |
Uint128 | bdldfp::operator& (Uint128 lhs, const Uint128 &rhs) |
Uint128 | bdldfp::operator^ (Uint128 lhs, const Uint128 &rhs) |
Uint128 | bdldfp::operator<< (Uint128 lhs, int rhs) |
Uint128 | bdldfp::operator>> (Uint128 lhs, int rhs) |
Uint128 | bdldfp::operator~ (Uint128 value) |
The content of this file has been pre-processed for Doxygen.