BloombergLP::ball::operator<<

Stream insertion operators

Synopses

Declared in <ball_attribute.h>

Format the members of the specified record to the specified output stream and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    Record const& record);
» more...

Write the value of attributeContainer to the specified output stream.

std::ostream&
operator<<(
    std::ostream& output,
    DefaultAttributeContainer const& attributeContainer);
» more...

Write the value of the specified container to the specified output stream in a single-line format, and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    AttributeContainer const& container);
» more...

Write the specified rhs record formatter to the specified output stream.

std::ostream&
operator<<(
    std::ostream& output,
    RecordStringFormatter const& rhs);
» more...

Write a single-line description of the specified context to stream.

std::ostream&
operator<<(
    std::ostream& stream,
    AttributeContext const& context);
» more...

Write a single-line description of the specified cache to stream.

std::ostream&
operator<<(
    std::ostream& stream,
    AttributeContext_RuleEvaluationCache const& cache);
» more...

Write the value of the specified rules to the specified output stream.

std::ostream&
operator<<(
    std::ostream& output,
    RuleSet const& rules);
» more...

Write the value of the specified rule to the specified output stream. Return the specified output stream.

std::ostream&
operator<<(
    std::ostream& output,
    Rule const& rule);
» more...

Write the value of the specified attributeSet to the specified output stream. Return the specified output stream.

std::ostream&
operator<<(
    std::ostream& output,
    ManagedAttributeSet const& attributeSet);
» more...

Write a representation of configuration to the specified stream.

std::ostream&
operator<<(
    std::ostream& stream,
    LoggerManagerConfiguration const& configuration);
» more...

Write the specified defaults object to the specified output stream in a reasonable multi-line format.

std::ostream&
operator<<(
    std::ostream& stream,
    LoggerManagerDefaults const& defaults);
» more...

Write a formatted description of the specified rhs to the specified stream and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& output,
    AttributeContainerList const& rhs);
» more...

Write the value of the specified attribute to the specified output stream. Return the specified output stream.

std::ostream&
operator<<(
    std::ostream& output,
    Attribute const& attribute);
» more...

Write the value of the specified object to the specified output stream in a single-line format, and return a reference to stream.

std::ostream&
operator<<(
    std::ostream& stream,
    UserFields const& object);
» more...

Write the value of the specified object to the specified output stream in a single-line format, and return a reference to stream.

std::ostream&
operator<<(
    std::ostream& stream,
    UserFieldValue const& object);
» 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,
    UserFieldType::Enum value);
» more...

Format the members of the specified object to the specified output stream and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    RecordAttributes const& object);
» more...

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

std::ostream&
operator<<(
    std::ostream& stream,
    Context const& 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,
    Transmission::Cause rhs);
» more...

Write the value of the specified object to the specified stream.

std::ostream&
operator<<(
    std::ostream& stream,
    HierarchicalCategorySetting const& object);
» more...

Write the value of the specified threshold aggregate to the specified output stream and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    ThresholdAggregate const& aggregate);
» more...

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

std::ostream&
operator<<(
    std::ostream& stream,
    Severity::Level rhs);
» more...

Write the value of the specified attribute to the specified output stream. Return the specified output stream.

std::ostream&
operator<<(
    std::ostream& output,
    ManagedAttribute const& attribute);
» more...

Return Value

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

Parameters

NameDescription
streamoutput stream
recordlog record to write
outputoutput stream
attributeContainercontainer to write
containerattribute container to format
rhsrecord formatter to write
contextattribute context to write
cacherule-evaluation cache to write
rulesrule set to write
rulerule to write
attributeSetattribute set to write
configurationconfiguration object to write
defaultsdefaults object to write
attributeattribute to write
objectobject to write
valueenumeration value to write
aggregatethreshold aggregate to write