getNumOctetsToStream overloads
Declared in <balber_berutil.h>
Return the number of octets required to provide a BER encoding of the specified value according to the specification.
static
int
getNumOctetsToStream(int value);
» more...
Return the number of octets required to provide a BER encoding of the specified value according to the specification.
static
int
getNumOctetsToStream(long long value);
» more...
Return the number of octets required to provide a BER encoding of the specified value according to the specification.
static
int
getNumOctetsToStream(short value);
» more...
Return the number of octets required to provide a BER encoding of the specified value according to the specification. The program is ill-formed unless the specified INTEGRAL_TYPE is a fundamental integral type.
template<typename INTEGRAL_TYPE>
static
int
getNumOctetsToStream(INTEGRAL_TYPE value);
» more...