My Project
Static Public Member Functions | List of all members
ParaScripting::ParaConfig Class Reference

Static Public Member Functions

static bool SetIntValue (const char *szName, int value)
 
static bool SetDoubleValue (const char *szName, double value)
 
static bool SetTextValue (const char *szName, const char *value)
 
static bool GetIntValue (const char *szName, int *value)
 
static bool GetDoubleValue (const char *szName, double *value)
 
static string GetTextValue (const char *szName)
 
static bool SetIntValueEx (const char *szName, int value, int index)
 
static bool SetDoubleValueEx (const char *szName, double value, int index)
 
static bool SetTextValueEx (const char *szName, const char *value, int index)
 
static bool GetIntValueEx (const char *szName, int *value, int index)
 
static bool GetDoubleValueEx (const char *szName, double *value, int index)
 
static string GetTextValueEx (const char *szName, int index)
 
static bool AppendIntValue (const char *szName, int value)
 
static bool AppendDoubleValue (const char *szName, double value)
 
static bool AppendTextValue (const char *szName, const char *value)
 

The documentation for this class was generated from the following files: