ASN1C C/C++ Common Runtime
ASN1C v7.3.x
|
#include <ASN1CBitStr.h>
Public Member Functions | |
ASN1CBitStrSizeHolder16 (OSUINT16 &value) | |
virtual ASN1CBitStrSizeHolder * | clone () |
virtual OSSIZE | getValue () const |
virtual int | setValue (OSSIZE value) |
Protected Attributes | |
OSUINT16 & | mSize |
This is the 16-bit implementation of the ASN1CBitStrSizeHolder class.
|
virtual |
Set the size to the given value. Implementations of this method will return an error if the given value is outside of the range of the field being used to hold the size value.
Implements ASN1CBitStrSizeHolder.