DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
ExprtkWrapper.cpp File Reference

exprtk-backed implementations of ExprtkWrapperEvaluator's Compile, Evaluate, and Clear methods. Kept out-of-line so that exprtk's heavy templates stay confined to one translation unit. More...

#include "ExprtkWrapper.hpp"
#include "ExprtkPCH.hpp"
#include <exprtk.hpp>
Include dependency graph for ExprtkWrapper.cpp:

Go to the source code of this file.

Namespaces

namespace  DNDS
 the host side operators are provided as implemented
 

Typedefs

using DNDS::symbol_table_t = exprtk::symbol_table< real >
 
using DNDS::expression_t = exprtk::expression< real >
 
using DNDS::parser_t = exprtk::parser< real >
 

Detailed Description

exprtk-backed implementations of ExprtkWrapperEvaluator's Compile, Evaluate, and Clear methods. Kept out-of-line so that exprtk's heavy templates stay confined to one translation unit.

Definition in file ExprtkWrapper.cpp.