Symbian
 Developer Library

SYMBIAN OS V9.1

FEEDBACK 

[Index] [Spacer] [Previous] [Next]



Location: asn1enc.h
Link against: asn1.lib

Class CASN1EncBoolean

class CASN1EncBoolean : public CASN1EncPrimitive;

Description

Class for encoding Boolean values.

Derivation

Members

Defined in CASN1EncBoolean:
NewL(), NewLC()

Inherited from CASN1EncBase:
ConstructL(), LengthDER(), SetTag(), WriteDERL(), iContentsLengthDER, iLengthLengthDER, iTagLengthDER

Inherited from CBase:
Delete(), Extension_(), operator new()


Construction and destruction


NewLC()

static IMPORT_C CASN1EncBoolean *NewLC(const TBool aBool);

Description

Parameters

const TBool aBool

Return value

CASN1EncBoolean *


NewL()

static IMPORT_C CASN1EncBoolean *NewL(const TBool aBool);

Description

Parameters

const TBool aBool

Return value

CASN1EncBoolean *