|
Nebula
|
#include "util/stringatom.h"#include "util/localstringatomtable.h"#include "util/globalstringatomtable.h"#include <string.h>Namespaces | |
| namespace | Util |
| A pinned array is an array which manages its own virtual memory. | |
Functions | |
| Util::StringAtom | operator""_atm (const char *c, std::size_t s) |
| Literal constructor form string, to use "foobar"_atm will automatically construct a StringAtom. | |
| Util::StringAtom | Util::operator""_atm (const char *c) |
| Util::StringAtom operator""_atm | ( | const char * | c, |
| std::size_t | s ) |
Literal constructor form string, to use "foobar"_atm will automatically construct a StringAtom.