RetroArch
Public Member Functions | Protected Attributes | List of all members
glslang::TPpContext::tStringInput Class Reference

#include <PpContext.h>

Inheritance diagram for glslang::TPpContext::tStringInput:
[legend]
Collaboration diagram for glslang::TPpContext::tStringInput:
[legend]

Public Member Functions

 tStringInput (TPpContext *pp, TInputScanner &i)
 
virtual int scan (TPpToken *) override
 
int getch () override
 
void ungetch () override
 
- Public Member Functions inherited from glslang::TPpContext::tInput
 tInput (TPpContext *p)
 
virtual ~tInput ()
 
virtual bool peekPasting ()
 
virtual bool endOfReplacementList ()
 
virtual bool isMacroInput ()
 
virtual void notifyActivated ()
 
virtual void notifyDeleted ()
 

Protected Attributes

TInputScannerinput
 
- Protected Attributes inherited from glslang::TPpContext::tInput
bool done
 
TPpContextpp
 

Constructor & Destructor Documentation

◆ tStringInput()

glslang::TPpContext::tStringInput::tStringInput ( TPpContext pp,
TInputScanner i 
)
inline

Member Function Documentation

◆ getch()

int glslang::TPpContext::tStringInput::getch ( )
inlineoverridevirtual

Implements glslang::TPpContext::tInput.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ scan()

int glslang::TPpContext::tStringInput::scan ( TPpToken ppToken)
overridevirtual

Implements glslang::TPpContext::tInput.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ungetch()

void glslang::TPpContext::tStringInput::ungetch ( )
inlineoverridevirtual

Implements glslang::TPpContext::tInput.

Here is the caller graph for this function:

Member Data Documentation

◆ input

TInputScanner* glslang::TPpContext::tStringInput::input
protected

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