Stream insertion operators
Synopses
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);
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);
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);
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);
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);
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);
Write the specified schema to the specified stream, and return a modifiable reference to stream.
std::ostream&
operator<<(
std::ostream& stream,
ConfigSchema const& schema);
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);
Created with MrDocs