GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
This is the complete list of members for ParseResult, including all inherited members.
Clear() | ParseResult | inline |
Code() const | ParseResult | inline |
IsError() const | ParseResult | inline |
Offset() const | ParseResult | inline |
operator bool() const | ParseResult | inline |
operator==(const ParseResult &that) const (defined in ParseResult) | ParseResult | inline |
operator==(ParseErrorCode code) const (defined in ParseResult) | ParseResult | inline |
operator== (defined in ParseResult) | ParseResult | friend |
ParseResult() | ParseResult | inline |
ParseResult(ParseErrorCode code, size_t offset) | ParseResult | inline |
Set(ParseErrorCode code, size_t offset=0) | ParseResult | inline |