Berserk
|
This is the complete list of members for StringUtils, including all inherited members.
CharType typedef | StringUtils | |
From(int value) | StringUtils | static |
From(unsigned int value) | StringUtils | static |
From(long value) | StringUtils | static |
From(unsigned long value) | StringUtils | static |
Fromb(bool value) | StringUtils | static |
Fromd(double value, uint32 precision=5) | StringUtils | static |
Fromf(float value, uint32 precision=5) | StringUtils | static |
Fromi32(int32 value) | StringUtils | static |
Fromi64(int64 value) | StringUtils | static |
Fromp(const void *value) | StringUtils | static |
Fromu32(uint32 value) | StringUtils | static |
Fromu64(uint64 value) | StringUtils | static |
ToDouble(const String &str) | StringUtils | static |
ToFloat(const String &str) | StringUtils | static |
ToInt32(const String &str) | StringUtils | static |
ToInt64(const String &str) | StringUtils | static |
ToUint32(const String &str) | StringUtils | static |
ToUint64(const String &str) | StringUtils | static |