CBifEntry Class Reference

class CBifEntry : public CBase

Encapsulates information about installed BIF files.

Inherits from

Constructor & Destructor Documentation

CBifEntry()

CBifEntry()[private]

~CBifEntry()

~CBifEntry()[virtual]

Member Functions Documentation

ConstructL(const TEntry &)

voidConstructL(const TEntry &aEntry)[private]

Parameters

const TEntry & aEntry

NewL(const TEntry &)

IMPORT_C CBifEntry *NewL(const TEntry &aEntry)[static]

Parameters

const TEntry & aEntry

NewLC(const TEntry &)

IMPORT_C CBifEntry *NewLC(const TEntry &aEntry)[static]

Parameters

const TEntry & aEntry

operator==(const CBifEntry &)

IMPORT_C TBooloperator==(const CBifEntry &aEntry)const

Equality operator.

Parameters

const CBifEntry & aEntry

Member Data Documentation

TTime iModified

TTime iModified

The system time of last modification, in universal time.

HBufC * iName

HBufC *iName

The name of the file relative to the owning directory.

TInt iSize

TInt iSize

The size of the file in bytes.