BDE 4.14.0 Production release
Loading...
Searching...
No Matches

Classes

struct  BerConstants
 
class  BerDecoder
 
class  BerDecoder_Node
 
class  BerDecoder_NodeVisitor
 
class  BerDecoder_UniversalElementVisitor
 
class  BerDecoder_Zeroer
 
class  BerDecoderOptions
 
class  BerEncoder
 
struct  BerEncoder_encodeProxy
 
class  BerEncoder_LevelGuard
 
class  BerEncoder_UniversalElementVisitor
 
class  BerEncoder_Visitor
 
class  BerEncoderOptions
 
struct  BerUniversalTagNumber
 
class  BerUniversalTagNumber_Imp
 
class  BerUniversalTagNumber_Sel
 
struct  BerUtil
 
struct  BerUtil_BooleanImpUtil
 
struct  BerUtil_CharacterImpUtil
 
struct  BerUtil_Constants
 
struct  BerUtil_DateAndTimeEncoding
 
class  BerUtil_DateAndTimeHeader
 
struct  BerUtil_DateAndTimeHeaderImpUtil
 
struct  BerUtil_DateAndTimeHeaderType
 
struct  BerUtil_DateEncoding
 
struct  BerUtil_DateImpUtil
 
struct  BerUtil_DateOrDateTzEncoding
 
struct  BerUtil_DatetimeEncoding
 
struct  BerUtil_DatetimeImpUtil
 
struct  BerUtil_DatetimeOrDatetimeTzEncoding
 
struct  BerUtil_DatetimeTzEncoding
 
struct  BerUtil_DateTzEncoding
 
struct  BerUtil_ExtendedBinaryEncodingUtil
 
struct  BerUtil_FloatingPointImpUtil
 
struct  BerUtil_GetValueImpUtil
 
struct  BerUtil_IdentifierImpUtil
 
struct  BerUtil_Imp
 
struct  BerUtil_IntegerImpUtil
 
struct  BerUtil_Iso8601ImpUtil
 
struct  BerUtil_LengthImpUtil
 
struct  BerUtil_PutValueImpUtil
 
struct  BerUtil_RawIntegerImpUtil
 
struct  BerUtil_StreambufUtil
 
struct  BerUtil_StringImpUtil
 
struct  BerUtil_TimeEncoding
 
struct  BerUtil_TimeImpUtil
 
struct  BerUtil_TimeOrTimeTzEncoding
 
struct  BerUtil_TimeTzEncoding
 
struct  BerUtil_TimezoneOffsetImpUtil
 

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)
 

Function Documentation

◆ operator!=() [1/2]

bool balber::operator!= ( const BerDecoderOptions lhs,
const BerDecoderOptions 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.

◆ operator!=() [2/2]

bool balber::operator!= ( const BerEncoderOptions lhs,
const BerEncoderOptions 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.

◆ operator<<() [1/5]

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.

◆ operator<<() [2/5]

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.

◆ operator<<() [3/5]

bsl::ostream & balber::operator<< ( bsl::ostream &  stream,
BerUniversalTagNumber::Value  rhs 
)
inline

Format the specified rhs to the specified output stream and return a reference providing modifiable access to stream.

◆ operator<<() [4/5]

bsl::ostream & balber::operator<< ( bsl::ostream &  stream,
const BerDecoderOptions rhs 
)
inline

Format the specified rhs to the specified output stream and return a reference providing modifiable access to stream.

◆ operator<<() [5/5]

bsl::ostream & balber::operator<< ( bsl::ostream &  stream,
const BerEncoderOptions rhs 
)
inline

Format the specified rhs to the specified output stream and return a reference to the modifiable stream.

◆ operator==() [1/2]

bool balber::operator== ( const BerDecoderOptions lhs,
const BerDecoderOptions rhs 
)
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.

◆ operator==() [2/2]

bool balber::operator== ( const BerEncoderOptions lhs,
const BerEncoderOptions rhs 
)
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.