8#ifndef INCLUDED_BDLDE_CHARCONVERTSTATUS
9#define INCLUDED_BDLDE_CHARCONVERTSTATUS
106#include <bdlscm_version.h>
108#include <bsl_iosfwd.h>
154 static bsl::ostream&
print(bsl::ostream& stream,
157 int spacesPerLevel = 4);
205 CharConvertStatus::Enum value)
207 return CharConvertStatus::print(stream, value, 0, -1);
#define BSLS_IDENT(str)
Definition bsls_ident.h:195
Definition bdlde_base64alphabet.h:118
bsl::ostream & operator<<(bsl::ostream &stream, Base64Alphabet::Enum value)
Definition bdlde_charconvertstatus.h:126
static bsl::ostream & print(bsl::ostream &stream, CharConvertStatus::Enum value, int level=0, int spacesPerLevel=4)
Enum
Definition bdlde_charconvertstatus.h:130
@ k_INVALID_INPUT_BIT
Definition bdlde_charconvertstatus.h:131
@ k_OUT_OF_SPACE_BIT
Definition bdlde_charconvertstatus.h:134
static const char * toAscii(CharConvertStatus::Enum value)