Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bdldfp_uint128.h File Reference

Provide a representation of a 128-bit int for bitwise operations. More...

Go to the source code of this file.

Classes

class  bdldfp::Uint128

Namespaces

namespace  bdldfp

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)

Detailed Description