![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
#include <OgreStringConverter.h>
#include "common/FileSystem.h"
#include "installer/common/Logger.h"
Functions | |
Ogre::String | HexToString (int value, unsigned short width, char fill) |
Converts an hexadecimal value to a string. More... | |
Ogre::String | BoolToString (bool value) |
Converts a boolean value to a string. More... | |
Ogre::String | IntToString (int value) |
Converts an integer value to a string. More... | |
Ogre::String | FloatToString (float value) |
Converts a real value to a string. More... | |
Variables | |
Logger * | LOGGER = NULL |
Application logger. More... | |
Ogre::String BoolToString | ( | bool | value | ) |
Converts a boolean value to a string.
[in] | value | The value to convert. |
Ogre::String FloatToString | ( | float | value | ) |
Converts a real value to a string.
[in] | value | The value to convert. |
Ogre::String HexToString | ( | int | value, |
unsigned short | width, | ||
char | fill | ||
) |
Converts an hexadecimal value to a string.
[in] | value | The value to convert. |
[in] | width | Word width. |
[in] | fill | Filling character for word alignment. |
Ogre::String IntToString | ( | int | value | ) |
Converts an integer value to a string.
[in] | value | The value to convert. |
Logger* LOGGER = NULL |
Application logger.
To be used application-wide.