BloombergLP::bdlde::operator<<

Stream insertion operators

Synopses

Declared in <bdlde_base64alphabet.h>

Write the string representation of the specified enumeration value to the specified output stream in a single-line format.

std::ostream&
operator<<(
    std::ostream& stream,
    Base64Alphabet::Enum value);
» more...

Format the specified rhs to the specified output stream and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    Base64EncoderOptions const& rhs);
» more...

Write the specified enumeration value to the specified output stream.

std::ostream&
operator<<(
    std::ostream& stream,
    Base64IgnoreMode::Enum value);
» more...

Format the specified rhs to the specified output stream and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    Base64DecoderOptions const& rhs);
» more...

Write the string representation of the specified enumeration value to the specified output stream in a single-line format.

std::ostream&
operator<<(
    std::ostream& stream,
    ByteOrder::Enum value);
» more...

Write the string representation of the specified enumeration value to the specified output stream in a single-line format.

std::ostream&
operator<<(
    std::ostream& stream,
    CharConvertStatus::Enum value);
» more...

Write to the specified output stream the specified MD5 digest and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    Md5 const& digest);
» more...

Write to the specified output stream the specified checksum value and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    Crc64 const& checksum);
» more...

Write to the specified output stream the specified checksum value and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    Crc32 const& checksum);
» more...

Write to the specified output stream the specified SHA-2 digest and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    Sha224 const& digest);
» more...

Write to the specified output stream the specified SHA-2 digest and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    Sha256 const& digest);
» more...

Write to the specified output stream the specified SHA-2 digest and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    Sha384 const& digest);
» more...

Write to the specified output stream the specified SHA-2 digest and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    Sha512 const& digest);
» more...

Write to the specified output stream the specified SHA-1 digest and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    Sha1 const& digest);
» more...

Return Value

  • a reference to stream
  • a reference to the modifiable stream

Parameters

NameDescription
streamoutput stream
valueenumeration value to write
rhsoptions object to format
digestMD5 digest to write
checksumchecksum value to write