8#ifndef INCLUDED_BDLDE_CHARCONVERTSTATUS
9#define INCLUDED_BDLDE_CHARCONVERTSTATUS
106#include <bdlscm_version.h>
108#include <bsl_iosfwd.h>
156 static bsl::ostream&
print(bsl::ostream& stream,
159 int spacesPerLevel = 4);
209 CharConvertStatus::Enum value)
211 return CharConvertStatus::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_charconvertstatus.h:128
static bsl::ostream & print(bsl::ostream &stream, CharConvertStatus::Enum value, int level=0, int spacesPerLevel=4)
Enum
Definition bdlde_charconvertstatus.h:132
@ k_INVALID_INPUT_BIT
Definition bdlde_charconvertstatus.h:133
@ k_OUT_OF_SPACE_BIT
Definition bdlde_charconvertstatus.h:136
static const char * toAscii(CharConvertStatus::Enum value)