Minsky
MathDAG::anonymous_namespace{equations.cc}::VariableDefOrder Struct Reference
Collaboration diagram for MathDAG::anonymous_namespace{equations.cc}::VariableDefOrder:
Collaboration graph

Public Member Functions

 VariableDefOrder (unsigned maxOrder)
 
bool operator() (const VariableDAG *x, const VariableDAG *y) const
 

Public Attributes

unsigned maxOrder
 

Detailed Description

Definition at line 36 of file equations.cc.

Constructor & Destructor Documentation

◆ VariableDefOrder()

MathDAG::anonymous_namespace{equations.cc}::VariableDefOrder::VariableDefOrder ( unsigned  maxOrder)
inline

Member Function Documentation

◆ operator()()

bool MathDAG::anonymous_namespace{equations.cc}::VariableDefOrder::operator() ( const VariableDAG x,
const VariableDAG y 
) const
inline

Definition at line 40 of file equations.cc.

References MathDAG::VariableDAG::order().

40  {
41  return x->order(maxOrder)<y->order(maxOrder);
42  }
Here is the call graph for this function:

Member Data Documentation

◆ maxOrder

unsigned MathDAG::anonymous_namespace{equations.cc}::VariableDefOrder::maxOrder

Definition at line 38 of file equations.cc.


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