#include <Name.h>
Public Member Functions | |
| NameRef (const NameRef &)=default | |
| NameRef (NameRef &&)=default | |
| NameRef & | operator= (NameRef &&)=default |
| NameRef & | operator= (const NameRef &)=default |
| NameRef (Name name) | |
| NameRef & | operator= (Name name) |
| bool | operator== (const NameRef &other) const |
| bool | operator!= (const NameRef &other) const |
| bool | operator== (const Name &other) const |
| bool | operator!= (const Name &other) const |
| AZStd::string_view | GetStringView () const |
| const char * | GetCStr () const |
| Internal::NameData::Hash | GetHash () const |
A reference to data stored in a Name dictionary. Smaller than Name but requires a memory indirection to look up the name text or hash.