ASN1C C/C++ Common Runtime
ASN1C v7.2.x
|
#include <asn1CppTypes.h>
Public Member Functions | |
ASN1TDynBitStr () | |
ASN1TDynBitStr (OSUINT32 _numbits, const OSOCTET *_data) | |
ASN1TDynBitStr (ASN1DynBitStr &_bs) | |
Additional Inherited Members | |
Public Attributes inherited from ASN1DynBitStr | |
OSUINT32 | numbits |
const OSOCTET * | data |
Dynamic bit string. This is the base class for generated C++ data type classes for unsized BIT STRING's.
|
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. |