#include <VOP_CodeGenerator.h>
Public Member Functions | |
| VOP_CodeParmList () | |
| ~VOP_CodeParmList () | |
| void | append (const VOP_CodeParm &parm) |
| void | insert (const VOP_CodeParm &parm, int idx) |
| void | move (int first, int last, int newpos) |
| void | remove (int idx) |
| void | clear () |
| const VOP_CodeParm & | operator() (int idx) const |
| VOP_CodeParm & | operator() (int idx) |
| int | entries () const |
| bool | hasNode (const VOP_Node *node) const |
Definition at line 82 of file VOP_CodeGenerator.h.
| VOP_CodeParmList::VOP_CodeParmList | ( | ) | [inline] |
Definition at line 85 of file VOP_CodeGenerator.h.
| VOP_CodeParmList::~VOP_CodeParmList | ( | ) | [inline] |
Definition at line 87 of file VOP_CodeGenerator.h.
| void VOP_CodeParmList::append | ( | const VOP_CodeParm & | parm | ) | [inline] |
Definition at line 90 of file VOP_CodeGenerator.h.
| void VOP_CodeParmList::clear | ( | void | ) | [inline] |
Definition at line 114 of file VOP_CodeGenerator.h.
| int VOP_CodeParmList::entries | ( | void | ) | const [inline] |
Definition at line 128 of file VOP_CodeGenerator.h.
| bool VOP_CodeParmList::hasNode | ( | const VOP_Node * | node | ) | const [inline] |
Definition at line 132 of file VOP_CodeGenerator.h.
| void VOP_CodeParmList::insert | ( | const VOP_CodeParm & | parm, | |
| int | idx | |||
| ) | [inline] |
Definition at line 96 of file VOP_CodeGenerator.h.
| void VOP_CodeParmList::move | ( | int | first, | |
| int | last, | |||
| int | newpos | |||
| ) | [inline] |
Definition at line 102 of file VOP_CodeGenerator.h.
| VOP_CodeParm& VOP_CodeParmList::operator() | ( | int | idx | ) | [inline] |
Definition at line 124 of file VOP_CodeGenerator.h.
| const VOP_CodeParm& VOP_CodeParmList::operator() | ( | int | idx | ) | const [inline] |
Definition at line 120 of file VOP_CodeGenerator.h.
| void VOP_CodeParmList::remove | ( | int | idx | ) | [inline] |
Definition at line 106 of file VOP_CodeGenerator.h.
1.5.9