Utilities Class Reference

#include <Utilities.h>

Inheritance diagram for Utilities:
Object

# 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

- Private Member Functions inherited from Object
void constructor ()
 Class' constructor.
const void * getVTable ()
bool mutateTo (const void *targetClass)
- Static Private Member Functions inherited from Object
static Object getCast (void *object, ClassPointer targetClassGetClassMethod, ClassPointer baseClassGetClassMethod)
- Private Attributes inherited from Object
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()

static char * Utilities::itoa ( uint32 number,
uint32 base,
int32 digits )
inlinestatic

Convert a number into a string.

Parameters
numberNumber to convert
baseNumber's numeric base
digitsNumber's digits count
Returns
Pointer to a string

# toLowercase()

static const char * Utilities::toLowercase ( const char * string)
inlinestatic

Convert a string to lowercase

Parameters
stringString to convert
Returns
Pointer to the lowercase string

Definition at line 121 of file Utilities.h.

# toUppercase()

static const char * Utilities::toUppercase ( const char * string)
inlinestatic

Convert a string to upppercase

Parameters
stringString 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: