![]() |
Public API 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 <csutil/prfxcfg.h>
Public Member Functions | |
csPrefixConfig (const char *fName, iVFS *vfs, const char *pref, const char *AliasName=0) | |
constructor | |
~csPrefixConfig () | |
destructor |
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.
csPrefixConfig::csPrefixConfig | ( | const char * | fName, |
iVFS * | vfs, | ||
const char * | pref, | ||
const char * | AliasName = 0 |
||
) |
constructor
destructor