RetroArch
Public Member Functions | Public Attributes | List of all members
glslang::TPpToken Class Reference

#include <PpContext.h>

Collaboration diagram for glslang::TPpToken:
[legend]

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]
 

Constructor & Destructor Documentation

◆ TPpToken()

glslang::TPpToken::TPpToken ( )
inline
Here is the call graph for this function:

Member Function Documentation

◆ clear()

void glslang::TPpToken::clear ( )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator!=()

bool glslang::TPpToken::operator!= ( const TPpToken right)
inline
Here is the call graph for this function:

◆ operator==()

bool glslang::TPpToken::operator== ( const TPpToken right)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ @91

union { ... }

◆ dval

double glslang::TPpToken::dval

◆ i64val

long long glslang::TPpToken::i64val

◆ ival

int glslang::TPpToken::ival

◆ loc

TSourceLoc glslang::TPpToken::loc

◆ name

char glslang::TPpToken::name[MaxTokenLength+1]

◆ space

bool glslang::TPpToken::space

The documentation for this class was generated from the following file: