RetroArch
Public Member Functions | Protected Attributes | List of all members
spv::OperandParameters Class Reference

#include <doc.h>

Public Member Functions

 OperandParameters ()
 
void push (OperandClass oc, const char *d, bool opt=false)
 
void setOptional ()
 
OperandClass getClass (int op) const
 
const char * getDesc (int op) const
 
bool isOptional (int op) const
 
int getNum () const
 

Protected Attributes

std::vector< OperandClassopClass
 
std::vector< const char * > desc
 
std::vector< booloptional
 

Constructor & Destructor Documentation

◆ OperandParameters()

spv::OperandParameters::OperandParameters ( )
inline

Member Function Documentation

◆ getClass()

OperandClass spv::OperandParameters::getClass ( int  op) const
inline
Here is the caller graph for this function:

◆ getDesc()

const char* spv::OperandParameters::getDesc ( int  op) const
inline

◆ getNum()

int spv::OperandParameters::getNum ( ) const
inline
Here is the caller graph for this function:

◆ isOptional()

bool spv::OperandParameters::isOptional ( int  op) const
inline

◆ push()

void spv::OperandParameters::push ( OperandClass  oc,
const char *  d,
bool  opt = false 
)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setOptional()

void spv::OperandParameters::setOptional ( )

Member Data Documentation

◆ desc

std::vector<const char*> spv::OperandParameters::desc
protected

◆ opClass

std::vector<OperandClass> spv::OperandParameters::opClass
protected

◆ optional

std::vector<bool> spv::OperandParameters::optional
protected

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