HDK
|
#include <VOP_ExportedParms.h>
Public Member Functions | |
VOP_ExportedParmList () | |
VOP_ExportedParmList (const VOP_ExportedParmList &src_list) | |
~VOP_ExportedParmList () | |
const VOP_ExportedParmList & | operator= (const VOP_ExportedParmList &src) |
bool | operator== (const VOP_ExportedParmList &src) const |
bool | operator!= (const VOP_ExportedParmList &s) const |
void | append (const VOP_ExportedParm &parm) |
void | insert (const VOP_ExportedParm &parm, int idx) |
void | move (int first, int last, int newpos) |
void | remove (int idx) |
void | clear () |
int | getParmIndex (const char *parm_name) const |
const char * | getParmName (int node_id) const |
const VOP_ExportedParm & | operator() (int idx) const |
VOP_ExportedParm & | operator() (int idx) |
int | entries () const |
bool | hasNode (int node_id) const |
bool | hasParmName (const char *parm_name) const |
Definition at line 78 of file VOP_ExportedParms.h.
|
inline |
Definition at line 81 of file VOP_ExportedParms.h.
|
inline |
Definition at line 83 of file VOP_ExportedParms.h.
|
inline |
Definition at line 91 of file VOP_ExportedParms.h.
|
inline |
Definition at line 118 of file VOP_ExportedParms.h.
Definition at line 142 of file VOP_ExportedParms.h.
|
inline |
Definition at line 189 of file VOP_ExportedParms.h.
|
inline |
Return the list index of the requested parameter. Return -1 if no parameter with the name equal to parm_name
can be found in the list.
Definition at line 151 of file VOP_ExportedParms.h.
|
inline |
Return the name of the parameter generated by the given node. If no such parameter exists, then return NULL.
Definition at line 172 of file VOP_ExportedParms.h.
|
inline |
Definition at line 193 of file VOP_ExportedParms.h.
|
inline |
Definition at line 197 of file VOP_ExportedParms.h.
|
inline |
Definition at line 125 of file VOP_ExportedParms.h.
Definition at line 132 of file VOP_ExportedParms.h.
|
inline |
Definition at line 115 of file VOP_ExportedParms.h.
|
inline |
Definition at line 181 of file VOP_ExportedParms.h.
|
inline |
Definition at line 185 of file VOP_ExportedParms.h.
|
inline |
Definition at line 94 of file VOP_ExportedParms.h.
|
inline |
Definition at line 105 of file VOP_ExportedParms.h.
Definition at line 136 of file VOP_ExportedParms.h.