|
|
 |
|
#include <asn1CppTypes.h>
List of all members.
Detailed Description
Dynamic bit string. This is the base class for generated C++ data type classes for unsized BIT STRING's.
Constructor & Destructor Documentation
| ASN1TDynBitStr::ASN1TDynBitStr |
( |
|
) |
[inline] |
|
|
|
The default constructor creates an empty bit string. |
| ASN1TDynBitStr::ASN1TDynBitStr |
( |
ASN1UINT |
_numbits, |
|
|
const ASN1OCTET * |
_data |
|
) |
[inline] |
|
|
|
This constructor initializes the bit string to contain the given data values.
- Parameters:
-
| _numbits | - Number of bits in the bit string. |
| _data | - The binary bit data values. |
|
| ASN1TDynBitStr::ASN1TDynBitStr |
( |
ASN1DynBitStr & |
_bs |
) |
[inline] |
|
|
|
This constructor initializes the bit string to contain the given data values.
- Parameters:
-
| _bs | - C bit string structure. |
|
The documentation for this struct was generated from the following file:
|
This document may be distributed in any form, electronic
or otherwise, provided that it is distributed in its entirety
and that the copyright and this notice are included.
|
This file was last modified on
1 Oct 2004. ASN1C C/C++ Common Runtime, ASN1C v5.7x |
|