BDE 4.14.0 Production release
|
#include <bsls_ident.h>
#include <bdlscm_version.h>
#include <bdlb_printmethods.h>
#include <bslmf_istriviallycopyable.h>
#include <bslmf_nestedtraitdeclaration.h>
#include <bsls_byteorder.h>
#include <bsls_platform.h>
#include <bsls_types.h>
#include <bsl_iosfwd.h>
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 |
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) |
The content of this file has been pre-processed for Doxygen.