Vuo  0.5.6
 All Classes 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.
 
- Public Member Functions inherited from VuoCompilerNodeArgument
virtual void generateAllocation (Module *module, string nodeInstanceIdentifier)
 Generate the allocation of the argument's runtime representation: a global variable to store the argument's value.
 
virtual LoadInst * generateLoad (BasicBlock *block)
 Generate code to get the port's value.
 
virtual StoreInst * generateStore (Value *value, BasicBlock *block)
 Generate code to set the port's value.
 
GlobalVariable * getVariable (void)
 Returns the global variable to store the argument's value, if generateAllocation has been called.
 
- 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.
 
virtual string getVariableBaseName (void)
 Returns a name for this argument, which will be a substring of variable names in the generated code.
 
- Protected Attributes inherited from VuoCompilerNodeArgument
GlobalVariable * variable
 The global variable in the generated code in which this argument is stored.
 

Constructor & Destructor Documentation

VuoCompilerInstanceData::VuoCompilerInstanceData ( VuoCompilerInstanceDataClass instanceDataClass)

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


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