Nebula
|
#include "core/types.h"
#include "core/sysfunc.h"
#include "util/array.h"
#include "util/dictionary.h"
#include "memory/heap.h"
#include "memory/poolarrayallocator.h"
Go to the source code of this file.
Classes | |
class | Util::String |
Nebula's universal string class. More... | |
Namespaces | |
namespace | Math |
Different curves. | |
namespace | Util |
A pinned array is an array which manages its own virtual memory. | |
Functions | |
static String | Util::operator+ (const String &s0, const String &s1) |
Util::String | operator""_str (const char *c, std::size_t s) |
Overload literal operator. | |
constexpr uint | operator""_hash (const char *c, std::size_t s) |
Convert string to integer. | |
Variables | |
auto | Util::Format = &String::Sprintf |
|
constexpr |
Convert string to integer.
Util::String operator""_str | ( | const char * | c, |
std::size_t | s ) |
Overload literal operator.
Overload literal operator.