Vuo  1.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
VuoCompilerInstanceData Class Reference

Description

The instance data for a node.

See Also
{VuoCompilerInstanceDataClass}

Public Member Functions

 VuoCompilerInstanceData (VuoCompilerInstanceDataClass *instanceDataClass)
 Creates instance data for a node, based on the specified instanceDataClass.
 
Value * generateLoad (Module *module, BasicBlock *block, Value *nodeContextValue)
 Generates code to get the current value of this instance data.
 
void generateStore (Module *module, BasicBlock *block, Value *nodeContextValue, Value *instanceDataValue)
 Generates code to update the value of this instance data.
 
Value * getVariable (Module *module, BasicBlock *block, Value *nodeContextValue)
 Generates code to get the address of this instance data.
 
- Public Member Functions inherited from VuoCompilerNodeArgument
virtual ~VuoCompilerNodeArgument (void)
 Destructor.
 
- Public Member Functions inherited from VuoBaseDetail< VuoPort >
 VuoBaseDetail (string description, VuoPort *base)
 Creates a VuoNode detail class.
 
VuoPortgetBase (void) const
 Returns the VuoNode detail class instance's base class instance.
 
void setBase (VuoPort *base)
 Sets the VuoNode detail class instance's base class instance.
 

Additional Inherited Members

- Protected Member Functions inherited from VuoCompilerNodeArgument
 VuoCompilerNodeArgument (VuoPort *basePort)
 Creates an argument instance based on the specified argumentClass.
 

Constructor & Destructor Documentation

VuoCompilerInstanceData::VuoCompilerInstanceData ( VuoCompilerInstanceDataClass instanceDataClass)

Creates instance data for a node, based on the specified instanceDataClass.

Member Function Documentation

Value * VuoCompilerInstanceData::generateLoad ( Module *  module,
BasicBlock *  block,
Value *  nodeContextValue 
)

Generates code to get the current value of this instance data.

void VuoCompilerInstanceData::generateStore ( Module *  module,
BasicBlock *  block,
Value *  nodeContextValue,
Value *  instanceDataValue 
)

Generates code to update the value of this instance data.

Value * VuoCompilerInstanceData::getVariable ( Module *  module,
BasicBlock *  block,
Value *  nodeContextValue 
)

Generates code to get the address of this instance data.


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