BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdldfp_uint128.h File Reference
#include <bsls_ident.h>
#include <bsls_types.h>
#include <bsls_platform.h>

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)
 

Detailed Description

The content of this file has been pre-processed for Doxygen.