Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bdlb_bigendian.h File Reference

Provide big-endian integer types. More...

Go to the source code of this file.

Classes

class  bdlb::BigEndianInt16
class  bdlb::BigEndianUint16
class  bdlb::BigEndianInt32
class  bdlb::BigEndianUint32
class  bdlb::BigEndianInt64
class  bdlb::BigEndianUint64

Namespaces

namespace  bdlb

Functions

bool bdlb::operator== (const BigEndianInt16 &lhs, const BigEndianInt16 &rhs)
bool bdlb::operator!= (const BigEndianInt16 &lhs, const BigEndianInt16 &rhs)
bsl::ostream & bdlb::operator<< (bsl::ostream &stream, const BigEndianInt16 &integer)
template<class HASH_ALGORITHM >
void bdlb::hashAppend (HASH_ALGORITHM &hashAlgorithm, const BigEndianInt16 &object)
bool bdlb::operator== (const BigEndianUint16 &lhs, const BigEndianUint16 &rhs)
bool bdlb::operator!= (const BigEndianUint16 &lhs, const BigEndianUint16 &rhs)
bsl::ostream & bdlb::operator<< (bsl::ostream &stream, const BigEndianUint16 &integer)
template<class HASH_ALGORITHM >
void bdlb::hashAppend (HASH_ALGORITHM &hashAlgorithm, const BigEndianUint16 &object)
bool bdlb::operator== (const BigEndianInt32 &lhs, const BigEndianInt32 &rhs)
bool bdlb::operator!= (const BigEndianInt32 &lhs, const BigEndianInt32 &rhs)
bsl::ostream & bdlb::operator<< (bsl::ostream &stream, const BigEndianInt32 &integer)
template<class HASH_ALGORITHM >
void bdlb::hashAppend (HASH_ALGORITHM &hashAlgorithm, const BigEndianInt32 &object)
bool bdlb::operator== (const BigEndianUint32 &lhs, const BigEndianUint32 &rhs)
bool bdlb::operator!= (const BigEndianUint32 &lhs, const BigEndianUint32 &rhs)
bsl::ostream & bdlb::operator<< (bsl::ostream &stream, const BigEndianUint32 &integer)
template<class HASH_ALGORITHM >
void bdlb::hashAppend (HASH_ALGORITHM &hashAlgorithm, const BigEndianUint32 &object)
bool bdlb::operator== (const BigEndianInt64 &lhs, const BigEndianInt64 &rhs)
bool bdlb::operator!= (const BigEndianInt64 &lhs, const BigEndianInt64 &rhs)
bsl::ostream & bdlb::operator<< (bsl::ostream &stream, const BigEndianInt64 &integer)
template<class HASH_ALGORITHM >
void bdlb::hashAppend (HASH_ALGORITHM &hashAlgorithm, const BigEndianInt64 &object)
bool bdlb::operator== (const BigEndianUint64 &lhs, const BigEndianUint64 &rhs)
bool bdlb::operator!= (const BigEndianUint64 &lhs, const BigEndianUint64 &rhs)
bsl::ostream & bdlb::operator<< (bsl::ostream &stream, const BigEndianUint64 &integer)
template<class HASH_ALGORITHM >
void bdlb::hashAppend (HASH_ALGORITHM &hashAlgorithm, const BigEndianUint64 &object)

Detailed Description