Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/parser_base
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 | cursor |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Parser/VerseGrammar.h |
| Include Path | #include "uLang/Parser/VerseGrammar.h" |
Syntax
struct cursor
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Line | nat | uLang/Parser/VerseGrammar.h | ||
| LineStart | const char8 * | uLang/Parser/VerseGrammar.h | ||
| NextLineStart | const char8 * | uLang/Parser/VerseGrammar.h | ||
| Pos | const char8 * | uLang/Parser/VerseGrammar.h | ||
| Token | token | uLang/Parser/VerseGrammar.h | ||
| TokenSize | nat | 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 operator[]
(
int64 Offset |
uLang/Parser/VerseGrammar.h |