Utilities Class Reference
#include <Utilities.h>
Inheritance diagram for Utilities:
![](../class_utilities.png)
# Static Public Member Functions | |
static char * | itoa (uint32 number, uint32 base, int32 digits) |
static const char * | toUppercase (const char *string) |
static const char * | toLowercase (const char *string) |
# Additional Inherited Members | |
![]() | |
void | constructor () |
Class' constructor. | |
const void * | getVTable () |
bool | mutateTo (const void *targetClass) |
![]() | |
static Object | getCast (void *object, ClassPointer targetClassGetClassMethod, ClassPointer baseClassGetClassMethod) |
![]() | |
void * | vTable |
Pointer to the class's virtual table. |
# Detailed Description
Class Utilities
Inherits from Object
Implements miscellaneous methods related to strings manipulation.
Definition at line 48 of file Utilities.h.
# Member Function Documentation
# itoa()
Convert a number into a string.
- Parameters
-
number Number to convert base Number's numeric base digits Number's digits count
- Returns
- Pointer to a string
# toLowercase()
|
inlinestatic |
Convert a string to lowercase
- Parameters
-
string String to convert
- Returns
- Pointer to the lowercase string
Definition at line 121 of file Utilities.h.
# toUppercase()
|
inlinestatic |
Convert a string to upppercase
- Parameters
-
string String to convert
- Returns
- Pointer to the uppercase string
Definition at line 104 of file Utilities.h.
The documentation for this class was generated from the following file:
- VUEngine-Core/source/Misc/Utilities/Utilities.h