Nektar++
Public Member Functions | List of all members
Nektar::LibUtilities::Interpreter::ExpressionEvaluator::EvalLogicalLess Struct Reference
Inheritance diagram for Nektar::LibUtilities::Interpreter::ExpressionEvaluator::EvalLogicalLess:
[legend]

Public Member Functions

 EvalLogicalLess (rgt rn, vr s, cvr c, cvr p, cvr v, ci i, ci l, ci r)
 
void run_many (ci n) override
 declaring this guy pure virtual shortens virtual table. It saves some execution time. More...
 
void run_once () override
 
- Public Member Functions inherited from Nektar::LibUtilities::Interpreter::ExpressionEvaluator::EvaluationStep
 EvaluationStep (rgt rn, ci i, ci l, ci r, vr s, cvr c, cvr p, cvr v)
 
virtual ~EvaluationStep ()
 
virtual void run_many (ci n)=0
 declaring this guy pure virtual shortens virtual table. It saves some execution time. More...
 
virtual void run_once ()=0
 

Additional Inherited Members

- Public Attributes inherited from Nektar::LibUtilities::Interpreter::ExpressionEvaluator::EvaluationStep
rgt rng
 reference to random number generator More...
 
vr state
 references to arrays holding the common state More...
 
cvr consts
 
cvr params
 
cvr vars
 
ci storeIdx
 indices in the above arrays uniquely defining actual command arguments More...
 
ci argIdx1
 
ci argIdx2
 

Detailed Description

Definition at line 1623 of file Interpreter/Interpreter.cpp.

Constructor & Destructor Documentation

◆ EvalLogicalLess()

Nektar::LibUtilities::Interpreter::ExpressionEvaluator::EvalLogicalLess::EvalLogicalLess ( rgt  rn,
vr  s,
cvr  c,
cvr  p,
cvr  v,
ci  i,
ci  l,
ci  r 
)
inline

Definition at line 1625 of file Interpreter/Interpreter.cpp.

1626 : EvaluationStep(rn, i, l, r, s, c, p, v)
1627 {
1628 }
EvaluationStep(rgt rn, ci i, ci l, ci r, vr s, cvr c, cvr p, cvr v)

Member Function Documentation

◆ run_many()

void Nektar::LibUtilities::Interpreter::ExpressionEvaluator::EvalLogicalLess::run_many ( ci  n)
inlineoverridevirtual

◆ run_once()

void Nektar::LibUtilities::Interpreter::ExpressionEvaluator::EvalLogicalLess::run_once ( )
inlineoverridevirtual