ASN1C C/C++ Common Runtime
ASN1C v7.2.x
|
#include <asn1type.h>
Public Attributes | |
Asn1CharArray | charSet |
const char * | canonicalSet |
int | canonicalSetSize |
unsigned | canonicalSetBits |
unsigned | charSetUnalignedBits |
unsigned | charSetAlignedBits |
Describes an ASN.1 character set, use primarily for PER encodings whose alphabet constraints can be used to encode more compact representations of their strings.
const char* Asn1CharSet::canonicalSet |
A character string describing the canonical set of characters.
unsigned Asn1CharSet::canonicalSetBits |
The number of bits taken up by the canonical set.
int Asn1CharSet::canonicalSetSize |
The size of the canonical character set.
Asn1CharArray Asn1CharSet::charSet |
The array of characters that comprise this particular character set; at most this takes up 255 characters.
unsigned Asn1CharSet::charSetAlignedBits |
The number of bits reuqired in aligned applications for this character set.
unsigned Asn1CharSet::charSetUnalignedBits |
The number of bits required in unaligned applications for this character set.