Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Defines

bsls_platformutil.h File Reference

Provide consistent interface for platform-dependent functionality. More...

Go to the source code of this file.

Classes

struct  bsls::PlatformUtil

Namespaces

namespace  bsls

Defines

#define BSLS_PLATFORMUTIL_IS_BIG_ENDIAN   BSLS_PLATFORM_IS_BIG_ENDIAN
#define BSLS_PLATFORMUTIL_HTONL(x)   (x)
#define BSLS_PLATFORMUTIL_HTONS(x)   (x)
#define BSLS_PLATFORMUTIL_NTOHL(x)   (x)
#define BSLS_PLATFORMUTIL_NTOHS(x)   (x)

Detailed Description