Vuo  2.0.0
Public Member Functions | Protected Member Functions | List of all members
VuoCompilerNodeArgument Class Reference

Description

An argument to a node's event and/or init function.

For each VuoCompilerNodeArgumentClass, there are 0 or more instances of VuoCompilerNodeArgument.

See also
VuoPort

Definition at line 22 of file VuoCompilerNodeArgument.hh.

Public Member Functions

virtual ~VuoCompilerNodeArgument (void)
 Destructor. More...
 
- Public Member Functions inherited from VuoBaseDetail< VuoPort >
 VuoBaseDetail (string description, VuoPort *base)
 Creates a detail class. More...
 
VuoPortgetBase (void) const
 Returns the detail class instance's base class instance. More...
 
void setBase (VuoPort *base)
 Sets the detail class instance's base class instance. More...
 

Protected Member Functions

 VuoCompilerNodeArgument (VuoPort *basePort)
 Creates an argument instance based on the specified argumentClass. More...
 

Constructor & Destructor Documentation

◆ VuoCompilerNodeArgument()

VuoCompilerNodeArgument::VuoCompilerNodeArgument ( VuoPort basePort)
protected

Creates an argument instance based on the specified argumentClass.

Definition at line 16 of file VuoCompilerNodeArgument.cc.

◆ ~VuoCompilerNodeArgument()

VuoCompilerNodeArgument::~VuoCompilerNodeArgument ( void  )
virtual

Destructor.

Definition at line 25 of file VuoCompilerNodeArgument.cc.


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