Location:
asn1enc.h
Link against: asn1.lib
class CASN1EncBoolean : public CASN1EncPrimitive;
Description
Class for encoding Boolean values.
Derivation
CBase - Base class for all classes to be instantiated on the heapCASN1EncBase - Base class for all ASN.1 types that we can encodeCASN1EncPrimitive - All ASN1 primitive type encoding classes derive from hereCASN1EncBoolean - Class for encoding Boolean values
Members
Defined in CASN1EncBoolean:
NewL(), NewLC()
Inherited from CASN1EncBase:
ConstructL(),
LengthDER(),
SetTag(),
WriteDERL(),
iContentsLengthDER,
iLengthLengthDER,
iTagLengthDER
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C CASN1EncBoolean *NewLC(const TBool aBool);
Description
Parameters
Return value
static IMPORT_C CASN1EncBoolean *NewL(const TBool aBool);
Description
Parameters
Return value