This struct contains an enumeration of the universal tag numbers for BER encoding.

Synopsis

Declared in <balber_beruniversaltagnumber.h>

struct BerUniversalTagNumber;

Enums

Name

Description

Unnamed enum

Constants related to the Value enumeration.

Value

Universal BER tag numbers as per X.680 section 8.

Static Member Functions

Name

Description

fromInt

Load into the specified result the enumerator matching the specified number. Return 0 on success, and a non‐zero value with no effect on result otherwise (i.e., number does not match any enumerator).

fromString

Load into the specified result the enumerator matching the specified string of the specified stringLength. Return 0 on success, and a non‐zero value with no effect on result otherwise (i.e., string does not match any enumerator).

print

Write to the specified stream the string representation of the specified enumeration value. Return a reference to the modifiable stream.

select

select overloads

toString

Return the string representation exactly matching the enumerator name corresponding to the specified enumeration value.

Created with MrDocs