|
HDK
|
#include <VOP_ExportedParms.h>
Public Types | |
| enum | VOP_ExportedParmType { ENDGROUP, STARTGROUP, ENTRY } |
Public Member Functions | |
| VOP_ExportedParm () | |
| VOP_ExportedParm (const char *groupname) | |
| VOP_ExportedParm (VOP_ParmGenerator *vop) | |
| VOP_ExportedParm (const VOP_ExportedParm &src)=default | |
| VOP_ExportedParmType | getType () const |
| const char * | getName () const |
| void | setName (const char *name) |
| VOP_ParmGenerator * | getOp () const |
| int | getOpId () const |
| bool | operator== (const VOP_ExportedParm &o) const |
| bool | operator!= (const VOP_ExportedParm &o) const |
Definition at line 28 of file VOP_ExportedParms.h.
| Enumerator | |
|---|---|
| ENDGROUP | |
| STARTGROUP | |
| ENTRY | |
Definition at line 31 of file VOP_ExportedParms.h.
|
inline |
Definition at line 37 of file VOP_ExportedParms.h.
|
inline |
Definition at line 39 of file VOP_ExportedParms.h.
|
inline |
Definition at line 43 of file VOP_ExportedParms.h.
|
default |
|
inline |
Definition at line 51 of file VOP_ExportedParms.h.
|
inline |
Definition at line 55 of file VOP_ExportedParms.h.
|
inline |
Definition at line 63 of file VOP_ExportedParms.h.
|
inline |
Definition at line 49 of file VOP_ExportedParms.h.
|
inline |
Definition at line 69 of file VOP_ExportedParms.h.
|
inline |
Definition at line 66 of file VOP_ExportedParms.h.
|
inline |
Definition at line 53 of file VOP_ExportedParms.h.