Navigation
API > API/Runtime > API/Runtime/uLangCore
Symbol representing a text string with an associated id.
| Name | CSymbol |
| Type | class |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/Symbol.h |
| Include Path | #include "uLang/Common/Text/Symbol.h" |
Syntax
class CSymbol
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE CSymbol () |
uLang/Common/Text/Symbol.h | ||
ULANG_FORCEINLINE CSymbol
(
const CSymbolTable::SEntry* Entry |
uLang/Common/Text/Symbol.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Entry | const CSymbolTable::SEntry * | uLang/Common/Text/Symbol.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE const char * AsCString() |
uLang/Common/Text/Symbol.h | ||
ULANG_FORCEINLINECUTF8String AsString() |
uLang/Common/Text/Symbol.h | ||
ULANG_FORCEINLINECUTF8StringView AsStringView() |
uLang/Common/Text/Symbol.h | ||
| uLang/Common/Text/Symbol.h | |||
ULANG_FORCEINLINEUTF8Char FirstByte() |
uLang/Common/Text/Symbol.h | ||
ULANG_FORCEINLINESymbolId GetId() |
uLang/Common/Text/Symbol.h | ||
ULANG_FORCEINLINE bool IsGenerated() |
uLang/Common/Text/Symbol.h | ||
ULANG_FORCEINLINE bool IsNull() |
uLang/Common/Text/Symbol.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE bool operator!=
(
const CSymbol& Other |
uLang/Common/Text/Symbol.h | ||
ULANG_FORCEINLINE bool operator==
(
const CSymbol& Other |
uLang/Common/Text/Symbol.h | ||
ULANG_FORCEINLINE bool operator>
(
const CSymbol& Other |
uLang/Common/Text/Symbol.h | ||
ULANG_FORCEINLINE bool operator>=
(
const CSymbol& Other |
uLang/Common/Text/Symbol.h |