#include <limits.h>
#include <float.h>
#include "list.h"
Go to the source code of this file.
Classes | |
union | PrefData |
class | Preferences |
Maintains a list of PreferenceSection objects, and allows clients to declare new sections, and add new preferences to the sections. More... | |
Enumerations | |
enum | PreferenceType { PREF_INT, PREF_UINT, PREF_DOUBLE, PREF_STRING } |
|
Definition at line 123 of file prefs.h. 00124 { 00125 PREF_INT, 00126 PREF_UINT, 00127 PREF_DOUBLE, 00128 PREF_STRING 00129 } PreferenceType;
|