Public Member Functions | |
template<> | |
bool | parse (const char *s) throw(ParseException) |
template<> | |
string | format (bool v) |
template<> | |
int | parse (const char *s) throw(ParseException) |
template<> | |
string | format (int v) |
template<> | |
double | parse (const char *s) throw(ParseException) |
template<> | |
string | format (double v) |
template<> | |
string | parse (const char *s) throw(ParseException) |
template<> | |
string | format (string v) |
template<> | |
Options::IntByInt | parse (const char *s) throw(ParseException) |
template<> | |
string | format (IntByInt v) |
template<> | |
Vector3 | parse (const char *s) throw(ParseException) |
template<> | |
string | format (Vector3 v) |
template<> | |
ColorRGBA | parse (const char *s) throw(ParseException) |
template<> | |
string | format (ColorRGBA c) |
Static Public Member Functions | |
static T | parse (const char *) throw (ParseException) |
static string | format (T) |
Definition at line 62 of file options.H.