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);
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);
Return Value
universal BER tag number for object
Parameters
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 |
Created with MrDocs