BDE 4.14.0 Production release
|
Functions | |
bsl::ostream & | operator<< (bsl::ostream &stream, BerConstants::TagClass tagClass) |
bsl::ostream & | operator<< (bsl::ostream &stream, BerConstants::TagType tagType) |
bool | operator== (const BerDecoderOptions &lhs, const BerDecoderOptions &rhs) |
bool | operator!= (const BerDecoderOptions &lhs, const BerDecoderOptions &rhs) |
bsl::ostream & | operator<< (bsl::ostream &stream, const BerDecoderOptions &rhs) |
bool | operator== (const BerEncoderOptions &lhs, const BerEncoderOptions &rhs) |
bool | operator!= (const BerEncoderOptions &lhs, const BerEncoderOptions &rhs) |
bsl::ostream & | operator<< (bsl::ostream &stream, const BerEncoderOptions &rhs) |
bsl::ostream & | operator<< (bsl::ostream &stream, BerUniversalTagNumber::Value rhs) |
|
inline |
Return true
if the specified lhs
and rhs
attribute objects do not have the same value, and false
otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values.
|
inline |
Return true
if the specified lhs
and rhs
attribute objects do not have the same value, and false
otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values.
bsl::ostream & balber::operator<< | ( | bsl::ostream & | stream, |
BerConstants::TagClass | tagClass | ||
) |
Format the specified tagClass
to the specified output stream
and return a reference providing modifiable access to stream
.
bsl::ostream & balber::operator<< | ( | bsl::ostream & | stream, |
BerConstants::TagType | tagType | ||
) |
Format the specified tagType
to the specified output stream
and return a reference providing modifiable access to stream
.
|
inline |
Format the specified rhs
to the specified output stream
and return a reference providing modifiable access to stream
.
|
inline |
Format the specified rhs
to the specified output stream
and return a reference providing modifiable access to stream
.
|
inline |
Format the specified rhs
to the specified output stream
and return a reference to the modifiable stream
.
|
inline |
Return true
if the specified lhs
and rhs
attribute objects have the same value, and false
otherwise. Two attribute objects have the same value if each respective attribute has the same value.
|
inline |
Return true
if the specified lhs
and rhs
attribute objects have the same value, and false
otherwise. Two attribute objects have the same value if each respective attribute has the same value.