Vuo  2.3.2
Functions
VuoCompilerGraph.cc File Reference

Description

VuoCompilerGraph implementation.

Definition in file VuoCompilerGraph.cc.

Go to the source code of this file.

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. More...
 
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. More...
 
bool operator< (const VuoCompilerGraph::Vertex &lhs, const VuoCompilerGraph::Vertex &rhs)
 Needed so this type can be used in STL containers. More...
 
bool operator< (const VuoCompilerGraph::Edge &lhs, const VuoCompilerGraph::Edge &rhs)
 Needed so this type can be used in STL containers. More...
 

Function Documentation

◆ operator!=()

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.

Definition at line 2164 of file VuoCompilerGraph.cc.

◆ operator<() [1/2]

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

Needed so this type can be used in STL containers.

Definition at line 2184 of file VuoCompilerGraph.cc.

◆ operator<() [2/2]

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

Needed so this type can be used in STL containers.

Definition at line 2172 of file VuoCompilerGraph.cc.

◆ operator==()

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.

Definition at line 2156 of file VuoCompilerGraph.cc.