SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Classes | Namespaces | Typedefs | Enumerations
InfixExpressionEvaluation.h File Reference
#include "smtk/CoreExports.h"
#include "smtk/SystemConfig.h"
#include <cmath>
#include <functional>
#include <map>
#include <string>
#include <vector>
Include dependency graph for InfixExpressionEvaluation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  smtk::common::InfixOperator
 
struct  smtk::common::InfixFunction
 
class  smtk::common::EvaluationStack
 
class  smtk::common::EvaluationStacks
 
class  smtk::common::InfixOperators
 
class  smtk::common::InfixFunctions
 

Namespaces

 smtk
 The main namespace for the Simulation Modeling Tool Kit (SMTK).
 
 smtk::common
 Classes used throughout the toolkit.
 

Typedefs

using smtk::common::SubsymbolVisitor = std::function< std::pair< double, bool >(const std::string &symbol)>
 

Enumerations

enum  EvaluationOrder : int
 

Detailed Description