Stream insertion operators
Synopses
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);
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);
Format the specified rhs to the specified output stream.
std::ostream&
operator<<(
std::ostream& stream,
BerEncoderOptions const& rhs);
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);
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);
Return Value
-
reference providing modifiable access to
stream -
reference to
stream
Parameters
Name |
Description |
stream |
output stream |
tagClass |
tag class to format |
tagType |
tag type to format |
rhs |
options object to format |
Created with MrDocs