Nebula
Loading...
Searching...
No Matches
string.h File Reference
#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
 Half precision (16 bit) float implementation.
 
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
 

Function Documentation

◆ operator""_hash()

constexpr uint operator""_hash ( const char * c,
std::size_t s )
constexpr

Convert string to integer.

◆ operator""_str()

Util::String operator""_str ( const char * c,
std::size_t s )

Overload literal operator.

Overload literal operator.