ASN1C C/C++ Common Runtime
ASN1C v7.2.x
|
#include <ASN1CBitStr.h>
Public Member Functions | |
virtual ASN1CBitStrSizeHolder * | clone ()=0 |
virtual OSUINT32 | getValue () const =0 |
virtual int | setValue (OSUINT32 value)=0 |
The ASN1CBitStrSizeHolder is a class used to hold sizes for the ASN1CBitStr control class. This base class is abstract and is implemented by the 8-bit, 16-bit, and 32-bit varieties.