Stream insertion operators
Synopses
Declared in <balb_filecleanerconfiguration.h>
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
Sequence6 const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
Response const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
Request const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
FeatureTestMessage const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
SequenceWithAnonymity const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
SequenceWithAnonymityChoice2 const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
Sequence2 const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
Sequence1 const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
Sequence4 const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
Choice2 const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
Choice1 const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
SequenceWithAnonymityChoice const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
Choice3 const& rhs);
Write a reasonable representation of the specified configuration object to the specified output stream, and return a reference to stream.
std::ostream&
operator<<(
std::ostream& stream,
FileCleanerConfiguration const& configuration);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
Sequence5 const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
Sequence3 const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
Choice5 const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
VoidSequence const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
UnsignedSequence const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
SimpleRequest const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
SequenceWithAnonymityChoice1 const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
Enumerated::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,
CustomString const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
CustomInt const& rhs);
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
std::ostream&
operator<<(
std::ostream& stream,
Choice4 const& rhs);
Created with MrDocs