ASN1C C/C++ Common Runtime
ASN1C v7.3.x
|
#include <asn1CppTypes.h>
Public Member Functions | |
ASN1TDynBitStr64 () | |
ASN1TDynBitStr64 (OSSIZE _numbits, const OSOCTET *_data) | |
ASN1TDynBitStr64 (ASN1DynBitStr64 &_bs) | |
Additional Inherited Members | |
Public Attributes inherited from ASN1DynBitStr64 | |
OSSIZE | numbits |
const OSOCTET * | data |
64-bit dynamic bit string.
|
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. |