#include <FUStringBuilder.h>
Public Member Functions | |
void | PrintInt32 (char *output, uint32 length, int32 i) |
Converts a signed integer into the given constant-sized string. | |
void | PrintUInt32 (char *output, uint32 length, uint32 i) |
Converts an unsigned integer into the given constant-sized string. | |
void | PrintUInt64 (char *output, uint32 length, uint64 i) |
See above. | |
void | PrintFloat (char *output, uint32 length, double f) |
Converts a floating-point value into the given constant-sized string. | |
size_t | StrLen (const char *in) |
Retrieves the length of a constant-sized string. |
The 'snprintf' function is used so no locale information is handled.
|
Converts a floating-point value into the given constant-sized string.
|
|
Converts a signed integer into the given constant-sized string.
|
|
Converts an unsigned integer into the given constant-sized string.
|
|
Retrieves the length of a constant-sized string.
|