28 #ifndef BERSERK_STRING_HPP
29 #define BERSERK_STRING_HPP
64 static float ToFloat(
const String &str);
67 static double ToDouble(
const String &str);
82 static String From(
int value);
85 static String From(
unsigned int value);
88 static String From(
long value);
91 static String From(
unsigned long value);
112 static String Fromb(
bool value);
115 static String Fromp(
const void *value);
#define BRK_NS_END
Definition: Config.hpp:48
#define BRK_API
Definition: Config.hpp:32
std::int32_t int32
Definition: Typedefs.hpp:43
std::int64_t int64
Definition: Typedefs.hpp:46
std::uint64_t uint64
Definition: Typedefs.hpp:47
std::uint32_t uint32
Definition: Typedefs.hpp:44
Utf-8 encoded std based default string class.
Utils to work with default string class.
Definition: String.hpp:59
char CharType
Definition: String.hpp:61
Utf-8 encoded std based default string class.
std::string String
Definition: String.hpp:47
Definition: GLDevice.cpp:46