RetroArch
Public Member Functions | Public Attributes | List of all members
glslang::TCall Struct Reference

#include <localintermediate.h>

Public Member Functions

 TCall (const TString &pCaller, const TString &pCallee)
 

Public Attributes

TString caller
 
TString callee
 
bool visited
 
bool currentPath
 
bool errorGiven
 
int calleeBodyPosition
 

Constructor & Destructor Documentation

◆ TCall()

glslang::TCall::TCall ( const TString pCaller,
const TString pCallee 
)
inline

Member Data Documentation

◆ callee

TString glslang::TCall::callee

◆ calleeBodyPosition

int glslang::TCall::calleeBodyPosition

◆ caller

TString glslang::TCall::caller

◆ currentPath

bool glslang::TCall::currentPath

◆ errorGiven

bool glslang::TCall::errorGiven

◆ visited

bool glslang::TCall::visited

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