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

#include <localintermediate.h>

Public Member Functions

 TProcesses ()
 
 ~TProcesses ()
 
void addProcess (const char *process)
 
void addProcess (const std::string &process)
 
void addArgument (int arg)
 
void addArgument (const char *arg)
 
void addArgument (const std::string &arg)
 
void addIfNonZero (const char *process, int value)
 
const std::vector< std::string > & getProcesses () const
 

Private Attributes

std::vector< std::stringprocesses
 

Constructor & Destructor Documentation

◆ TProcesses()

glslang::TProcesses::TProcesses ( )
inline

◆ ~TProcesses()

glslang::TProcesses::~TProcesses ( )
inline

Member Function Documentation

◆ addArgument() [1/3]

void glslang::TProcesses::addArgument ( int  arg)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ addArgument() [2/3]

void glslang::TProcesses::addArgument ( const char *  arg)
inline

◆ addArgument() [3/3]

void glslang::TProcesses::addArgument ( const std::string arg)
inline

◆ addIfNonZero()

void glslang::TProcesses::addIfNonZero ( const char *  process,
int  value 
)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ addProcess() [1/2]

void glslang::TProcesses::addProcess ( const char *  process)
inline
Here is the caller graph for this function:

◆ addProcess() [2/2]

void glslang::TProcesses::addProcess ( const std::string process)
inline

◆ getProcesses()

const std::vector<std::string>& glslang::TProcesses::getProcesses ( ) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ processes

std::vector<std::string> glslang::TProcesses::processes
private

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