Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: HLPLCH.h
Link against: HLPMODEL.LIB

Class CHlpCmdLine

class CHlpCmdLine : public CBase

Support

Supported from 6.0

Description

This is internal and not intended for use.

Derivation

CBaseBase class for all classes to be instantiated on the heap
CHlpCmdLineThis is internal and not intended for use

Defined in CHlpCmdLine:
AddContextL(), BuildCmdLineL(), CHlpCmdLine(), CmdLine(), ConstructL(), NewL(), NewLC(), iCmdLine, iContextList, ~CHlpCmdLine()

Inherited from CBase:
operator new()


Internal members


Construction and destruction


NewL()

static CHlpCmdLine* NewL(CArrayFix<TCoeHelpContext>* aContextList);

Description

This member is internal and not intended for use.


NewLC()

static CHlpCmdLine* NewLC(CArrayFix<TCoeHelpContext>* aContextList);

Description

This member is internal and not intended for use.


ConstructL()

private: void ConstructL();

Description

This member is internal and not intended for use.


CHlpCmdLine()

private: CHlpCmdLine(CArrayFix<TCoeHelpContext>* aContextList);

Description

This member is internal and not intended for use.


~CHlpCmdLine()

~CHlpCmdLine();

Description

This member is internal and not intended for use.


iContextList

private: CArrayFix<TCoeHelpContext>* iContextList;

Description

This member is internal and not intended for use.


iCmdLine

private: CBufFlat* iCmdLine;

Description

This member is internal and not intended for use.


Member functions


CmdLine()

TPtr8 CmdLine();

Description

This member is internal and not intended for use.


BuildCmdLineL()

private: void BuildCmdLineL();

Description

This member is internal and not intended for use.


AddContextL()

private: void AddContextL(TCoeHelpContext& aContext);

Description

This member is internal and not intended for use.