#include <OgreString.h>
#include <OgreUTFString.h>
Go to the source code of this file.
◆ BoolToString()
Ogre::String BoolToString |
( |
bool |
value | ) |
|
Converts a boolean value to a string.
- Parameters
-
[in] | value | The value to convert. |
- Returns
- String representation of the value. 'true' if the value is true, 'false' otherwise.
◆ FloatToString()
Ogre::String FloatToString |
( |
float |
value | ) |
|
Converts a real value to a string.
- Parameters
-
[in] | value | The value to convert. |
- Returns
- String representation of the value.
◆ HexToString()
Ogre::String HexToString |
( |
int |
value, |
|
|
unsigned short |
width, |
|
|
char |
fill |
|
) |
| |
Converts an hexadecimal value to a string.
- Parameters
-
[in] | value | The value to convert. |
[in] | width | Word width. |
[in] | fill | Filling character for word alignment. |
- Returns
- String representation of the value.
◆ IntToString()
Ogre::String IntToString |
( |
int |
value | ) |
|
Converts an integer value to a string.
- Parameters
-
[in] | value | The value to convert. |
- Returns
- String representation of the value.
◆ LOGGER
Application logger.
To be used application-wide.