#include <VOP_CodeGenerator.h>
Public Types | |
| enum | VOP_CodeParmType { ENDGROUP, STARTGROUP, ENTRY } |
Public Member Functions | |
| VOP_CodeParm () | |
| VOP_CodeParm (const char *groupname) | |
| VOP_CodeParm (VOP_ParmGenerator *vop) | |
| VOP_CodeParm (const VOP_CodeParm &src) | |
| VOP_CodeParmType | getType () const |
| const char * | getName () const |
| void | setName (const char *name) |
| VOP_ParmGenerator * | getOp () const |
| int | getOpId () const |
| bool | operator== (const VOP_CodeParm &s) const |
| bool | operator!= (const VOP_CodeParm &s) const |
| const VOP_CodeParm & | operator= (const VOP_CodeParm &src) |
Definition at line 54 of file VOP_CodeGenerator.h.
| VOP_CodeParm::VOP_CodeParm | ( | ) | [inline] |
Definition at line 63 of file VOP_CodeGenerator.h.
| VOP_CodeParm::VOP_CodeParm | ( | const char * | groupname | ) | [inline] |
Definition at line 65 of file VOP_CodeGenerator.h.
| VOP_CodeParm::VOP_CodeParm | ( | VOP_ParmGenerator * | vop | ) | [inline] |
Definition at line 69 of file VOP_CodeGenerator.h.
| VOP_CodeParm::VOP_CodeParm | ( | const VOP_CodeParm & | src | ) | [inline] |
Definition at line 73 of file VOP_CodeGenerator.h.
| const char* VOP_CodeParm::getName | ( | void | ) | const [inline] |
Definition at line 78 of file VOP_CodeGenerator.h.
| VOP_ParmGenerator* VOP_CodeParm::getOp | ( | ) | const [inline] |
Definition at line 82 of file VOP_CodeGenerator.h.
| int VOP_CodeParm::getOpId | ( | ) | const [inline] |
Definition at line 90 of file VOP_CodeGenerator.h.
| VOP_CodeParmType VOP_CodeParm::getType | ( | void | ) | const [inline] |
Definition at line 76 of file VOP_CodeGenerator.h.
| bool VOP_CodeParm::operator!= | ( | const VOP_CodeParm & | s | ) | const [inline] |
Definition at line 98 of file VOP_CodeGenerator.h.
| const VOP_CodeParm& VOP_CodeParm::operator= | ( | const VOP_CodeParm & | src | ) | [inline] |
Definition at line 100 of file VOP_CodeGenerator.h.
| bool VOP_CodeParm::operator== | ( | const VOP_CodeParm & | s | ) | const [inline] |
Definition at line 92 of file VOP_CodeGenerator.h.
| void VOP_CodeParm::setName | ( | const char * | name | ) | [inline] |
Definition at line 80 of file VOP_CodeGenerator.h.
1.5.9