Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Results consisting of either a value or an error.
| Name | TResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Parser/VerseGrammar.h |
| Include Path | #include "uLang/Parser/VerseGrammar.h" |
Syntax
template<class ValueType, class ErrorType>
struct TResult
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TResult () |
uLang/Parser/VerseGrammar.h | ||
TResult
(
const SourceType& Value0 |
uLang/Parser/VerseGrammar.h | ||
TResult
(
SourceType&& Value0 |
uLang/Parser/VerseGrammar.h | ||
TResult
(
const ErrorType& Error0 |
uLang/Parser/VerseGrammar.h | ||
| uLang/Parser/VerseGrammar.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TResult() |
uLang/Parser/VerseGrammar.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Error | ErrorType | uLang/Parser/VerseGrammar.h | ||
| Value | ValueType | uLang/Parser/VerseGrammar.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Success | bool | uLang/Parser/VerseGrammar.h | ||
| TResult | union Verse::Grammar::TResult | uLang/Parser/VerseGrammar.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ErrorType & GetError() |
uLang/Parser/VerseGrammar.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
uLang/Parser/VerseGrammar.h | ||
const ValueType & operator*() |
uLang/Parser/VerseGrammar.h | ||
| uLang/Parser/VerseGrammar.h | |||
ValueType * operator->() |
uLang/Parser/VerseGrammar.h |