FileStoreFactory Class Reference

class FileStoreFactory

A class containing a set of factory functions for opening an existing direct file store and an existing permanent file store identified using a Uidtype.

Public Member Functions
IMPORT_C CFileStore * DirectLC ( RFileBuf &, const TUidType &)
IMPORT_C CFileStore * PermanentLC ( RFileBuf &, const TUidType &)

Member Functions Documentation

DirectLC(RFileBuf &, const TUidType &)

IMPORT_C CFileStore * DirectLC ( RFileBuf & aBuf,
const TUidType & aType
) [static]

Opens an existing direct file store and creates a file store object to represent it.

Parameters

RFileBuf & aBuf The stream buffer to be used.
const TUidType & aType The Uidtype for the store.

PermanentLC(RFileBuf &, const TUidType &)

IMPORT_C CFileStore * PermanentLC ( RFileBuf & aBuf,
const TUidType & aType
) [static]

Opens an existing permanent file store and creates a file store object to represent it.

Parameters

RFileBuf & aBuf The stream buffer to be used.
const TUidType & aType The Uidtype for the store.