BloombergLP::balxml::operator<<

Stream insertion operators

Synopses

Declared in <balxml_configschema.h>

Write the specified attribute to the specified os.

std::ostream&
operator<<(
    std::ostream& os,
    ElementAttribute const& attribute);
» more...

Write the specified errInfo to the specified stream.

std::ostream&
operator<<(
    std::ostream& stream,
    ErrorInfo const& errInfo);
» more...

Print the specified node type value to the specified stream in human-readable form and return a modifiable reference to stream.

std::ostream&
operator<<(
    std::ostream& stream,
    Reader::NodeType value);
» more...

Print the contents of the specified r registry to the specified os stream in human-readable form.

std::ostream&
operator<<(
    std::ostream& os,
    NamespaceRegistry const& r);
» more...

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

std::ostream&
operator<<(
    std::ostream& stream,
    EncodingStyle::Value rhs);
» more...

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

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

Write the specified schema to the specified stream, and return a modifiable reference to stream.

std::ostream&
operator<<(
    std::ostream& stream,
    ConfigSchema const& schema);
» more...

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

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

Return Value

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

Parameters

NameDescription
osoutput stream
attributeattribute to write
streamoutput stream
errInfoerror information to write
valuenode type enumerator to print
rregistry to print
rhsobject to format
schemaconfiguration schema to write