select overloads
Declared in <balber_beruniversaltagnumber.h>
Return the universal tag number for the specified object using the specified formattingMode.
template<typename TYPE>
static
BerUniversalTagNumber::Value
select(
TYPE const& object,
int formattingMode,
int* alternateTag);
» more...
Return the universal tag number for the specified object with the specified formattingMode using the specified options.
template<typename TYPE>
static
BerUniversalTagNumber::Value
select(
TYPE const& object,
int formattingMode,
BerEncoderOptions const* options);
» more...
universal BER tag number for object
| Name | Description |
|---|---|
| object | object whose universal tag number is selected |
| formattingMode | formatting mode used to select the tag number |
| alternateTag | destination for any alternate tag number |
| options | encoder options that influence tag selection |