Location:
concnf.h
Link against: conarc.lib
CCnaConvInfoFileReader
Supported from 6.0
Encapsulates a collection of converter properties read from a converter information (.cnf
) file.
|
Defined in CCnaConvInfoFileReader
:
AtL()
, Count()
, NewL()
, NewLC()
, RestoreL()
Inherited from CBase
:
operator new()
static CCnaConvInfoFileReader* NewL(const TDesC& aFileName,TUid aDllUid=KNullUid);
Allocates and constructs a CCnaConvInfoFileReader
for a specified converter information file.
|
|
static CCnaConvInfoFileReader* NewLC(const TDesC& aFileName,TUid aDllUid=KNullUid);
Allocates and constructs a CCnaConvInfoFileReader
for a specified converter information file, leaving the object on the cleanup stack.
|
|
void RestoreL();
Loads the data from the information file into the CCnaConvInfoFileReader
object.
CCnaConverter* AtL(TInt anIndex);
Gets the properties of the specified converter.
|
|
TInt Count() const;
Gets the number of converters described in the information file.
|