HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OP_BundleRef Class Reference

#include <OP_BundleReferences.h>

+ Inheritance diagram for OP_BundleRef:

Public Member Functions

 OP_BundleRef (const char *name, int v_index)
 
const UT_StringgetParmName () 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 voidoperator new (size_t size)
 Regular new/delete operators. More...
 
static void operator delete (void *p, size_t size)
 Regular new/delete operators. More...
 
static voidoperator new (size_t, void *p)
 
static void operator delete (void *, void *)
 

Detailed Description

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.

Constructor & Destructor Documentation

OP_BundleRef::OP_BundleRef ( const char *  name,
int  v_index 
)
inline

Definition at line 39 of file OP_BundleReferences.h.

Member Function Documentation

const UT_String& OP_BundleRef::getParmName ( ) const
inline

Definition at line 43 of file OP_BundleReferences.h.

int OP_BundleRef::getVectorIndex ( ) const
inline

Definition at line 44 of file OP_BundleReferences.h.

bool OP_BundleRef::isUsed ( ) const
inline

Definition at line 45 of file OP_BundleReferences.h.

Friends And Related Function Documentation

friend class OP_BundleRefList
friend

Definition at line 54 of file OP_BundleReferences.h.


The documentation for this class was generated from the following file: