This class contains the parameterized decode functions that decode data (in BER format) from an incoming stream into bdlat types.
Synopsis
Declared in <balber_berdecoder.h>
class BerDecoder;
Enums
Name |
Description |
Severity of a log or error message produced during decoding. |
Member Functions
Name |
Description |
|
Construct a decoder object. |
|
Destroy this object. This destruction has no effect on objects pointed‐to by the pointers provided at construction. |
|
|
|
|
Return the address of the BER decoder options. |
|
Return the severity of the most severe log or error message encountered during the last call to the |
|
Return a string containing any error or trace messages that were logged during the last call to the |
|
Return 'true' if the maximum depth level is exceeded and 'false' otherwise. |
|
Return the number of unknown elements that were skipped during the previous decoding operation. |
|
Set the number of unknown elements skipped by the decoder during the current decoding operation to the specified |
Friends
Name |
Description |
This class provides current context for BER decoding process and represents a node for BER element. |
Created with MrDocs