CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

csPrefixConfig Class Reference

This is an implementation of iConfigFile that stores an ID string at construction, which it then prepends to all config keys on read/write operations. More...

#include <prfxcfg.h>

Inheritance diagram for csPrefixConfig:

csConfigFile iConfigFile iBase List of all members.

Public Methods

 csPrefixConfig (const char *fName, iVFS *vfs, const char *pref, const char *AliasName=0)
 constructor. More...

 ~csPrefixConfig ()
 destructor. More...


Detailed Description

This is an implementation of iConfigFile that stores an ID string at construction, which it then prepends to all config keys on read/write operations.

You can give an alias name at construction that will be returned instead of the real file name. The real name will still be used for loading and saving.

Definition at line 31 of file prfxcfg.h.


Constructor & Destructor Documentation

csPrefixConfig::csPrefixConfig const char *    fName,
iVFS   vfs,
const char *    pref,
const char *    AliasName = 0
 

constructor.

csPrefixConfig::~csPrefixConfig  
 

destructor.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14