Inheritance diagram for Sofu::Value:
Public Member Functions | |
Value (const string &ivalue) | |
Value (const Value &cpy) | |
string | getString (void) |
Converts the value to a string. | |
int | getInt (void) |
Converts the value to an integer. | |
double | getFloat (void) |
Converts the value to a floating-point number. |
|
Converts the value to a floating-point number.
|
|
Converts the value to an integer.
|
|
Converts the value to a string.
|