#include <StringName.h>
◆ StringName() [1/4]
| StringName::StringName |
( |
| ) |
|
|
inline |
◆ StringName() [2/4]
| StringName::StringName |
( |
std::string_view |
s, |
|
|
uint32_t |
hash = 0 |
|
) |
| |
◆ StringName() [3/4]
◆ StringName() [4/4]
◆ ~StringName()
| StringName::~StringName |
( |
| ) |
|
|
inline |
◆ c_str()
| const char * StringName::c_str |
( |
| ) |
const |
|
inline |
◆ hash()
| uint32_t StringName::hash |
( |
| ) |
const |
|
inline |
◆ operator bool()
| StringName::operator bool |
( |
| ) |
const |
|
inline |
◆ operator std::string_view()
| StringName::operator std::string_view |
( |
| ) |
const |
|
inline |
◆ operator!=() [1/2]
| bool StringName::operator!= |
( |
const StringName & |
rhs | ) |
const |
|
inline |
◆ operator!=() [2/2]
| bool StringName::operator!= |
( |
std::string_view |
rhs | ) |
const |
|
inline |
◆ operator<() [1/2]
| bool StringName::operator< |
( |
const StringName & |
rhs | ) |
const |
|
inline |
◆ operator<() [2/2]
| bool StringName::operator< |
( |
std::string_view |
rhs | ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==() [1/2]
| bool StringName::operator== |
( |
const StringName & |
rhs | ) |
const |
|
inline |
◆ operator==() [2/2]
| bool StringName::operator== |
( |
std::string_view |
rhs | ) |
const |
|
inline |
◆ size()
| size_t StringName::size |
( |
| ) |
const |
|
inline |
◆ sv()
| std::string_view StringName::sv |
( |
| ) |
const |
|
inline |
◆ StringTable
◆ data
| char StringName::data[16] |
◆ ptr
| StringData* StringName::ptr |
The documentation for this class was generated from the following files: