SFString is derived from std::string. Functions are added like the different conversions.
|
Default constructor.
|
|
Conversion from char *.
|
|
Conversion from char *.
|
|
Conversion from std::string.
|
|
Copy constructor.
|
|
Returns the extension of the file.
|
|
Returns the file of the string supposed to be a file.
|
|
Returns the name of the file, it means without the path and without the extension.
|
|
Returns the path of the string supposed to be a file.
|
|
Returns a string that is the string converted to lowercase.
|
|
Converts an unsigned integer to a SFString.
|
|
Converts an integer to a SFString.
|
|
Converts a double number to a SFString.
|
|
Converts a floating number to a SFString.
|
|
Conversion to char *.
|
|
Conversion to double.
|
|
Conversion to float.
|
|
Conversion to int.
|
|
Returns the string.
|
|
Conversion to unsigned int.
|
|
Returns a string that is the string converted to uppercase.
|