Vuo  2.3.2
Functions
VuoCompilerCompositionDiff.cc File Reference

Description

VuoCompilerCompositionDiff implementation.

Definition in file VuoCompilerCompositionDiff.cc.

Go to the source code of this file.

Functions

bool operator< (const VuoCompilerCompositionDiff::NodeReplacement &lhs, const VuoCompilerCompositionDiff::NodeReplacement &rhs)
 Needed so this type can be used in STL containers. More...
 
bool operator< (const VuoCompilerCompositionDiff::NodeClassReplacement &lhs, const VuoCompilerCompositionDiff::NodeClassReplacement &rhs)
 Needed so this type can be used in STL containers. More...
 
bool operator< (const VuoCompilerCompositionDiff::Refactoring &lhs, const VuoCompilerCompositionDiff::Refactoring &rhs)
 Needed so this type can be used in STL containers. More...
 

Function Documentation

◆ operator<() [1/3]

bool operator< ( const VuoCompilerCompositionDiff::NodeClassReplacement &  lhs,
const VuoCompilerCompositionDiff::NodeClassReplacement &  rhs 
)

Needed so this type can be used in STL containers.

Definition at line 599 of file VuoCompilerCompositionDiff.cc.

◆ operator<() [2/3]

bool operator< ( const VuoCompilerCompositionDiff::NodeReplacement &  lhs,
const VuoCompilerCompositionDiff::NodeReplacement &  rhs 
)

Needed so this type can be used in STL containers.

Definition at line 587 of file VuoCompilerCompositionDiff.cc.

◆ operator<() [3/3]

bool operator< ( const VuoCompilerCompositionDiff::Refactoring &  lhs,
const VuoCompilerCompositionDiff::Refactoring &  rhs 
)

Needed so this type can be used in STL containers.

Definition at line 607 of file VuoCompilerCompositionDiff.cc.