Stream insertion operators
Declared in <balber_berconstants.h>
Format the specified tagClass to the specified output stream and return a reference providing modifiable access to stream.
std::ostream&
operator<<(
std::ostream& stream,
BerConstants::TagClass tagClass);
» more...
Format the specified tagType to the specified output stream and return a reference providing modifiable access to stream.
std::ostream&
operator<<(
std::ostream& stream,
BerConstants::TagType tagType);
» more...
Format the specified rhs to the specified output stream.
std::ostream&
operator<<(
std::ostream& stream,
BerEncoderOptions const& rhs);
» more...
Format the specified rhs to the specified output stream and return a reference providing modifiable access to stream.
std::ostream&
operator<<(
std::ostream& stream,
BerUniversalTagNumber::Value rhs);
» more...
Format the specified rhs to the specified output stream and return a reference providing modifiable access to stream.
std::ostream&
operator<<(
std::ostream& stream,
BerDecoderOptions const& rhs);
» more...
streamstream| Name | Description |
|---|---|
| stream | output stream |
| tagClass | tag class to format |
| tagType | tag type to format |
| rhs | options object to format |