![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <glsllexer_p.h>
Public Member Functions | |
Token () | |
bool | is (int k) const |
bool | isNot (int k) const |
int | begin () const |
int | end () const |
Public Attributes | |
int | kind |
int | position |
int | length |
int | line |
union { | |
int matchingBrace | |
int i | |
const QString * string | |
void * ptr | |
}; |
Definition at line 26 of file glsllexer_p.h.
|
inline |
Definition at line 41 of file glsllexer_p.h.
|
inline |
Definition at line 47 of file glsllexer_p.h.
|
inline |
Definition at line 48 of file glsllexer_p.h.
|
inline |
Definition at line 44 of file glsllexer_p.h.
|
inline |
Definition at line 45 of file glsllexer_p.h.
union { ... } GLSL::Token |
int GLSL::Token::i |
Definition at line 36 of file glsllexer_p.h.
int GLSL::Token::kind |
Definition at line 29 of file glsllexer_p.h.
int GLSL::Token::length |
Definition at line 31 of file glsllexer_p.h.
Referenced by testing.tools.encode_pdf_filter._PngIdatPdfStream::write().
int GLSL::Token::line |
Definition at line 32 of file glsllexer_p.h.
int GLSL::Token::matchingBrace |
Definition at line 35 of file glsllexer_p.h.
int GLSL::Token::position |
Definition at line 30 of file glsllexer_p.h.
void* GLSL::Token::ptr |
Definition at line 38 of file glsllexer_p.h.
const QString* GLSL::Token::string |
Definition at line 37 of file glsllexer_p.h.