Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
ChainSort Struct Reference

Description

Helper for VuoCompilerBitcodeGenerator::makeOrderedNodes().

Public Member Functions

bool operator() (const vector< VuoCompilerNode * > &chainNodes1, const vector< VuoCompilerNode * > &chainNodes2)
 Sort camparator for two chains.
 

Public Attributes

VuoCompilerGraphgraph
 Used by operator().
 
VuoCompilerTriggerPorttrigger
 Used by operator().
 
set< VuoCompilerNode * > lastNodeInLoop
 Used by operator().
 

Member Function Documentation

bool ChainSort::operator() ( const vector< VuoCompilerNode * > &  chainNodes1,
const vector< VuoCompilerNode * > &  chainNodes2 
)
inline

Sort camparator for two chains.

Member Data Documentation

VuoCompilerGraph* ChainSort::graph

Used by operator().

set<VuoCompilerNode *> ChainSort::lastNodeInLoop

Used by operator().

VuoCompilerTriggerPort* ChainSort::trigger

Used by operator().


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