|
RetroArch
|
#include <PpContext.h>
Public Member Functions | |
| TPpToken () | |
| void | clear () |
| bool | operator== (const TPpToken &right) |
| bool | operator!= (const TPpToken &right) |
Public Attributes | |
| TSourceLoc | loc |
| bool | space |
| union { | |
| int ival | |
| double dval | |
| long long i64val | |
| }; | |
| char | name [MaxTokenLength+1] |
|
inline |
|
inline |
| union { ... } |
| double glslang::TPpToken::dval |
| long long glslang::TPpToken::i64val |
| int glslang::TPpToken::ival |
| TSourceLoc glslang::TPpToken::loc |
| char glslang::TPpToken::name[MaxTokenLength+1] |
| bool glslang::TPpToken::space |
1.8.15