BloombergLP::balber::BerUniversalTagNumber::select

select overloads

Synopses

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...

Return Value

universal BER tag number for object

Parameters

NameDescription
objectobject whose universal tag number is selected
formattingModeformatting mode used to select the tag number
alternateTagdestination for any alternate tag number
optionsencoder options that influence tag selection