Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CParserBase
A cursor tracks a parsing position in accordance with the Verse grammar, and a snipping position that attributes NewLine to the Space preceding it.
| Name | SCursor |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Parser/VerseGrammar.h |
| Include Path | #include "uLang/Parser/VerseGrammar.h" |
Syntax
struct SCursor
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Line | uint64_t | uLang/Parser/VerseGrammar.h | ||
| LineStart | const char8_t * | uLang/Parser/VerseGrammar.h | ||
| NextLineStart | const char8_t * | uLang/Parser/VerseGrammar.h | ||
| Pos | const char8_t * | uLang/Parser/VerseGrammar.h | ||
| Token | SToken | uLang/Parser/VerseGrammar.h | ||
| TokenSize | uint64_t | uLang/Parser/VerseGrammar.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SnippedNewLine() |
uLang/Parser/VerseGrammar.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
char8_t operator[]
(
int64_t Offset |
uLang/Parser/VerseGrammar.h |