ASN1C C/C++ Common Runtime
ASN1C v7.6.x
|
#include <asn1CppTypes.h>
Public Member Functions | |
ASN1TBitStr32 () | |
ASN1TBitStr32 (OSUINT32 _numbits, const OSOCTET *_data) | |
ASN1TBitStr32 (ASN1BitStr32 &_bs) | |
Additional Inherited Members | |
Public Attributes inherited from ASN1BitStr32 | |
OSUINT32 | numbits |
OSOCTET | data [4] |
Fixed-size bit string. This is the base class for generated C++ data type classes for sized BIT STRING's with size <= 32 bits.
|
inline |
The default constructor creates an empty bit string.
|
inline |
This constructor initializes the bit string to contain the given data values.
_numbits | Number of bits in the bit string. |
_data | The binary bit data values. |
|
inline |
This constructor initializes the bit string to contain the given data values.
_bs | - C bit string structure. |