![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for TTokenStream< CharType >, including all inherited members.
| CharsRemaining() const | TTokenStream< CharType > | |
| GenerateToken(int32 NumChars, TStringToken< CharType > *Accumulate=nullptr) const | TTokenStream< CharType > | |
| GetEnd() const | TTokenStream< CharType > | inline |
| GetErrorContext() const | TTokenStream< CharType > | |
| GetPosition() const | TTokenStream< CharType > | |
| GetRead() const | TTokenStream< CharType > | inline |
| GetStart() const | TTokenStream< CharType > | inline |
| IsEmpty() const | TTokenStream< CharType > | |
| IsReadPosValid(const CharType *InPos, int32 MinNumChars=1) const | TTokenStream< CharType > | |
| ParseSymbol(TStringToken< CharType > *Accumulate=nullptr) const | TTokenStream< CharType > | |
| ParseSymbol(CharType Symbol, TStringToken< CharType > *Accumulate=nullptr) const | TTokenStream< CharType > | |
| ParseToken(TFunctionRef< EParseState(CharType)> Pred, TStringToken< CharType > *Accumulate=nullptr) const | TTokenStream< CharType > | |
| ParseToken(const CharType *Symbol, TStringToken< CharType > *Accumulate=nullptr) const | TTokenStream< CharType > | |
| ParseTokenIgnoreCase(const CharType *Symbol, TStringToken< CharType > *Accumulate=nullptr) const | TTokenStream< CharType > | |
| ParseWhitespace(TStringToken< CharType > *Accumulate=nullptr) const | TTokenStream< CharType > | |
| PeekChar(int32 Offset=0) const | TTokenStream< CharType > | |
| SetReadPos(const TStringToken< CharType > &Token) | TTokenStream< CharType > | |
| TTokenStream(const CharType *In) | TTokenStream< CharType > | explicit |