29#ifndef CONFIGFILE_HEADER
30#define CONFIGFILE_HEADER
bit8 getInt(IN Wstring &key, OUT sint32 &value, IN char *section=NULL) const
bit8 enumerate(int &index, int &offset, Wstring &key, Wstring &value, IN char *section=NULL) const
bit8 setInt(IN char *key, IN sint32 &value, IN char *section=NULL)
ArrayList< Wstring > sectionList
bit8 getInt(IN Wstring &key, OUT sint16 &value, IN char *section=NULL) const
bit8 getInt(IN char *key, OUT sint32 &value, IN char *section=NULL) const
bit8 getInt(IN char *key, OUT sint16 &value, IN char *section=NULL) const
bit8 setString(IN Wstring &key, IN Wstring &value, IN char *section=NULL)
bit8 removeEntry(IN Wstring &key, IN char *section=NULL)
bit8 readFile(FILE *config)
bit8 getString(IN char *key, OUT Wstring &value, IN char *section=NULL) const
bit8 removeEntry(IN char *key, IN char *section=NULL)
bit8 setString(IN char *key, IN Wstring &value, IN char *section=NULL)
bit8 setInt(IN Wstring &key, IN sint32 &value, IN char *section=NULL)
bit8 writeFile(FILE *config)
bit8 getString(IN Wstring &key, OUT Wstring &value, IN char *section=NULL) const