Vuo  1.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoCompilerGraph.cc File Reference

Description

VuoCompilerGraph implementation.

Functions

bool operator== (const VuoCompilerGraph::Vertex &lhs, const VuoCompilerGraph::Vertex &rhs)
 Returns true if the vertices represent the same trigger-to-node or node-to-node connection.
 
bool operator!= (const VuoCompilerGraph::Vertex &lhs, const VuoCompilerGraph::Vertex &rhs)
 Returns true if the vertices represent different trigger-to-node or node-to-node connections.
 
bool operator< (const VuoCompilerGraph::Vertex &lhs, const VuoCompilerGraph::Vertex &rhs)
 Needed so this type can be used in STL containers.
 
bool operator< (const VuoCompilerGraph::Edge &lhs, const VuoCompilerGraph::Edge &rhs)
 Needed so this type can be used in STL containers.
 

Function Documentation

bool operator!= ( const VuoCompilerGraph::Vertex &  lhs,
const VuoCompilerGraph::Vertex &  rhs 
)

Returns true if the vertices represent different trigger-to-node or node-to-node connections.

bool operator< ( const VuoCompilerGraph::Vertex &  lhs,
const VuoCompilerGraph::Vertex &  rhs 
)

Needed so this type can be used in STL containers.

bool operator< ( const VuoCompilerGraph::Edge &  lhs,
const VuoCompilerGraph::Edge &  rhs 
)

Needed so this type can be used in STL containers.

bool operator== ( const VuoCompilerGraph::Vertex &  lhs,
const VuoCompilerGraph::Vertex &  rhs 
)

Returns true if the vertices represent the same trigger-to-node or node-to-node connection.