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);
Created with MrDocs