HDK
|
#include <OP_BundleReferences.h>
Public Member Functions | |
OP_BundleRef (const char *name, int v_index) | |
const UT_String & | getParmName () const |
int | getVectorIndex () const |
bool | isUsed () const |
Friends | |
class | OP_BundleRefList |
Additional Inherited Members | |
Static Public Member Functions inherited from UT_SmallObject< OP_BundleRef > | |
static void * | operator new (size_t size) |
Regular new/delete operators. More... | |
static void | operator delete (void *p, size_t size) |
Regular new/delete operators. More... | |
static void * | operator new (size_t, void *p) |
static void | operator delete (void *, void *) |
Implementation of a reference to a single bundle by a single parameter. The parameter is identified by its name (token) and the vector index into the parameter (for vector parms)
Definition at line 36 of file OP_BundleReferences.h.
|
inline |
Definition at line 39 of file OP_BundleReferences.h.
|
inline |
Definition at line 43 of file OP_BundleReferences.h.
|
inline |
Definition at line 44 of file OP_BundleReferences.h.
|
inline |
Definition at line 45 of file OP_BundleReferences.h.
|
friend |
Definition at line 54 of file OP_BundleReferences.h.