8#ifndef INCLUDED_BDLDE_BYTEORDER
9#define INCLUDED_BDLDE_BYTEORDER
110#include <bdlscm_version.h>
114#include <bsl_iosfwd.h>
143#ifdef BSLS_PLATFORM_IS_LITTLE_ENDIAN
165 static bsl::ostream&
print(bsl::ostream& stream,
168 int spacesPerLevel = 4);
218 return ByteOrder::print(stream, value, 0, -1);
#define BSLS_IDENT(str)
BSLS_IDENT() - insert string into .comment binary segment (if supported)
Definition bsls_ident.h:238
Definition bdlde_base64alphabet.h:118
bsl::ostream & operator<<(bsl::ostream &stream, Base64Alphabet::Enum value)
Definition bdlde_byteorder.h:132
static const char * toAscii(Enum value)
Enum
Definition bdlde_byteorder.h:136
@ e_NETWORK
Definition bdlde_byteorder.h:140
@ e_HOST
Definition bdlde_byteorder.h:146
@ e_BIG_ENDIAN
Definition bdlde_byteorder.h:138
@ e_LITTLE_ENDIAN
Definition bdlde_byteorder.h:137
static bsl::ostream & print(bsl::ostream &stream, Enum value, int level=0, int spacesPerLevel=4)