Stream insertion operators
Declared in <balxml_configschema.h>
Write the contents of the specified attribute object to the specified os in human-readable form. Attributes that have not yet been computed are not computed by this function.
std::ostream&
operator<<(
std::ostream& os,
ElementAttribute const& attribute);
» 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...
Print the specified errInfo object to the specified stream in human-readable form and return a modifiable reference to stream. The output is one-line without a terminating newline.
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 and return a modifiable reference to os.
std::ostream&
operator<<(
std::ostream& os,
NamespaceRegistry const& r);
» 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...