|
| | ConfigFile () |
| |
| | ~ConfigFile () |
| |
| bit8 | readFile (IN FILE *config) |
| |
| bit8 | getString (IN Wstring &key, OUT Wstring &value) |
| |
| bit8 | getString (IN char *key, OUT Wstring &value) |
| |
| bit8 | getInt (IN Wstring &key, OUT sint32 &value) |
| |
| bit8 | getInt (IN char *key, OUT sint32 &value) |
| |
| bit8 | getInt (IN Wstring &key, OUT sint16 &value) |
| |
| bit8 | getInt (IN char *key, OUT sint16 &value) |
| |
| | ConfigFile () |
| |
| | ~ConfigFile () |
| |
| bit8 | readFile (FILE *config) |
| |
| bit8 | getString (IN Wstring &key, OUT Wstring &value, IN char *section=NULL) const |
| |
| bit8 | getString (IN char *key, OUT Wstring &value, IN char *section=NULL) const |
| |
| bit8 | getInt (IN Wstring &key, OUT sint32 &value, IN char *section=NULL) const |
| |
| bit8 | getInt (IN char *key, OUT sint32 &value, IN char *section=NULL) const |
| |
| bit8 | getInt (IN Wstring &key, OUT sint16 &value, IN char *section=NULL) const |
| |
| bit8 | getInt (IN char *key, OUT sint16 &value, IN char *section=NULL) const |
| |
| bit8 | enumerate (int &index, int &offset, Wstring &key, Wstring &value, IN char *section=NULL) const |
| |
| bit8 | setString (IN Wstring &key, IN Wstring &value, 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 | setInt (IN char *key, IN sint32 &value, IN char *section=NULL) |
| |
| bit8 | removeEntry (IN Wstring &key, IN char *section=NULL) |
| |
| bit8 | removeEntry (IN char *key, IN char *section=NULL) |
| |
| bit8 | writeFile (FILE *config) |
| |
| | ConfigFile () |
| |
| | ~ConfigFile () |
| |
| bit8 | readFile (FILE *config) |
| |
| bit8 | getString (IN Wstring &key, OUT Wstring &value, IN char *section=NULL) const |
| |
| bit8 | getString (IN char *key, OUT Wstring &value, IN char *section=NULL) const |
| |
| bit8 | getInt (IN Wstring &key, OUT sint32 &value, IN char *section=NULL) const |
| |
| bit8 | getInt (IN char *key, OUT sint32 &value, IN char *section=NULL) const |
| |
| bit8 | getInt (IN Wstring &key, OUT sint16 &value, IN char *section=NULL) const |
| |
| bit8 | getInt (IN char *key, OUT sint16 &value, IN char *section=NULL) const |
| |
| bit8 | enumerate (int &index, int &offset, Wstring &key, Wstring &value, IN char *section=NULL) const |
| |
| bit8 | setString (IN Wstring &key, IN Wstring &value, 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 | setInt (IN char *key, IN sint32 &value, IN char *section=NULL) |
| |
| bit8 | removeEntry (IN Wstring &key, IN char *section=NULL) |
| |
| bit8 | removeEntry (IN char *key, IN char *section=NULL) |
| |
| bit8 | writeFile (FILE *config) |
| |
Definition at line 35 of file configfile.h.