Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: concnf.h
Link against: conarc.lib

Class CCnaConvInfoFileWriter

CCnaConvInfoFileWriter

Support

Supported from 6.0

Description

Allows a converter information (.cnf) file to be written.

Derivation

CBaseBase class for all classes to be instantiated on the heap
CCnaConvInfoFileBase class used in the derivation of CCnaConvInfoFileReader and CCnaConvInfoFileWriter
CCnaConvInfoFileWriterAllows a converter information (.cnf) file to be written

Defined in CCnaConvInfoFileWriter:
AddConverterL(), NewL(), NewLC(), StoreL(), ~CCnaConvInfoFileWriter()

Inherited from CBase:
operator new()


Construction and destruction


NewL()

static CCnaConvInfoFileWriter* NewL(const TDesC& aFileName,TUid aUid);

Description

Allocates and constructs a CCnaConvInfoFileWriter for a specified converter information file.

Parameters

const TDesC& aFileName

Converter information file name

const TUid aDllUid

The UID3 of the file

Return value

CCnaConvInfoFileReader*

New CCnaConvInfoFileReader


NewLC()

static CCnaConvInfoFileWriter* NewLC(const TDesC& aFileName,TUid aUid);

Description

Allocates and constructs a CCnaConvInfoFileWriter for a specified converter information file, leaving the object on the cleanup stack.

Parameters

const TDesC& aFileName

Converter information file name

const TUid aDllUid

The UID3 of the file

Return value

CCnaConvInfoFileReader*

New CCnaConvInfoFileReader


~CCnaConvInfoFileWriter()

~CCnaConvInfoFileWriter();

Description

Destructor.

[Top]


Member functions


AddConverterL()

void AddConverterL(const CCnaConverter& aConverter);

Description

Adds the properties for a converter to the information file.

Parameters

const CCnaConverter& aConverter

Converter properties


StoreL()

void StoreL() const;

Description

Stores the object in the information file.