This class emulates the old dconfig-style interface to our Panda config system. More...
Static Public Member Functions | |
static bool | GetBool (string sym, bool def) |
static bool | GetBool (string sym) |
static double | GetDouble (string sym, double def) |
static double | GetDouble (string sym) |
static float | GetFloat (string sym, float def) |
static float | GetFloat (string sym) |
static int | GetInt (string sym, int def) |
static int | GetInt (string sym) |
static string | GetString (string sym, string def) |
static string | GetString (string sym) |
This class emulates the old dconfig-style interface to our Panda config system.
It exists only to provide backward-compatible support, and it is used primarily by Python code. For modern code, use the new ConfigVariable* interface instead of this deprecated interface.
static bool GetBool | ( | string | sym, |
bool | def | ||
) | [static] |
static bool GetBool | ( | string | sym | ) | [static] |
static double GetDouble | ( | string | sym, |
double | def | ||
) | [static] |
static double GetDouble | ( | string | sym | ) | [static] |
static float GetFloat | ( | string | sym, |
float | def | ||
) | [static] |
static float GetFloat | ( | string | sym | ) | [static] |
static string GetString | ( | string | sym, |
string | def | ||
) | [static] |
static string GetString | ( | string | sym | ) | [static] |