Stream insertion operators
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...
osstreamstreamos| Name | Description |
|---|---|
| os | output stream |
| attribute | attribute to write |
| stream | output stream |
| errInfo | error information to write |
| value | node type enumerator to print |
| r | registry to print |
| rhs | object to format |
| schema | configuration schema to write |