ASN1C C/C++ Common Runtime  ASN1C v7.4.x
Public Member Functions | List of all members

#include <asn1CppTypes.h>

Inheritance diagram for ASN1TBitStr32:
ASN1BitStr32

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]
 

Detailed Description

Fixed-size bit string. This is the base class for generated C++ data type classes for sized BIT STRING's with size <= 32 bits.

Constructor & Destructor Documentation

◆ ASN1TBitStr32() [1/3]

ASN1TBitStr32::ASN1TBitStr32 ( )
inline

The default constructor creates an empty bit string.

◆ ASN1TBitStr32() [2/3]

ASN1TBitStr32::ASN1TBitStr32 ( OSUINT32  _numbits,
const OSOCTET *  _data 
)
inline

This constructor initializes the bit string to contain the given data values.

Parameters
_numbitsNumber of bits in the bit string.
_dataThe binary bit data values.

◆ ASN1TBitStr32() [3/3]

ASN1TBitStr32::ASN1TBitStr32 ( ASN1BitStr32 _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: