#include <VOP_CodeVarMapper.h>
Public Member Functions | |
| VOP_CodeVarMapperEntry (VOP_Node *vop) | |
| ~VOP_CodeVarMapperEntry () | |
| void | addOutputVariable (const char *codevar, const char *var, int index, VOP_Type vextype, bool outonly) |
| const char * | getOutputVariableCodeName (int index) const |
| const char * | getOutputVariableName (int index) const |
| VOP_Type | getOutputVariableType (int index) const |
| bool | getDeclareOutputVariable (int index) const |
| int | getNumEntries () const |
| VOP_Node * | getVop () const |
Friends | |
| class | VOP_CodeVarMapper |
Definition at line 25 of file VOP_CodeVarMapper.h.
| VOP_CodeVarMapperEntry::VOP_CodeVarMapperEntry | ( | VOP_Node * | vop | ) |
| VOP_CodeVarMapperEntry::~VOP_CodeVarMapperEntry | ( | ) |
| void VOP_CodeVarMapperEntry::addOutputVariable | ( | const char * | codevar, | |
| const char * | var, | |||
| int | index, | |||
| VOP_Type | vextype, | |||
| bool | outonly | |||
| ) |
| bool VOP_CodeVarMapperEntry::getDeclareOutputVariable | ( | int | index | ) | const |
| int VOP_CodeVarMapperEntry::getNumEntries | ( | ) | const |
| const char* VOP_CodeVarMapperEntry::getOutputVariableCodeName | ( | int | index | ) | const |
| const char* VOP_CodeVarMapperEntry::getOutputVariableName | ( | int | index | ) | const |
| VOP_Type VOP_CodeVarMapperEntry::getOutputVariableType | ( | int | index | ) | const |
| VOP_Node* VOP_CodeVarMapperEntry::getVop | ( | ) | const |
friend class VOP_CodeVarMapper [friend] |
Definition at line 52 of file VOP_CodeVarMapper.h.
1.5.9