|
SXEval 1.0.3
A generic s-expression interpreter library.
|
#include "sxeval/AOperation.hpp"#include "sxeval/operations/Addition.hpp"#include "sxeval/operations/Subtraction.hpp"#include "sxeval/operations/Multiplication.hpp"#include "sxeval/operations/Division.hpp"#include "sxeval/operations/Modulo.hpp"#include "sxeval/operations/Exponentiation.hpp"#include "sxeval/operations/Equal.hpp"#include "sxeval/operations/NotEqual.hpp"#include "sxeval/operations/Less.hpp"#include "sxeval/operations/Greater.hpp"#include "sxeval/operations/LessOrEqual.hpp"#include "sxeval/operations/GreaterOrEqual.hpp"#include "sxeval/operations/LogicalAnd.hpp"#include "sxeval/operations/LogicalOr.hpp"#include "sxeval/operations/LogicalNot.hpp"#include "sxeval/operations/LogicalXor.hpp"#include "sxeval/operations/LogicalXnor.hpp"#include "sxeval/operations/LogicalNand.hpp"#include "sxeval/operations/LogicalNor.hpp"#include "sxeval/operations/AbsoluteValue.hpp"#include "sxeval/operations/Average.hpp"#include "sxeval/operations/Ceiling.hpp"#include "sxeval/operations/Expm1.hpp"#include "sxeval/operations/Exp.hpp"#include "sxeval/operations/Floor.hpp"#include "sxeval/operations/Hypotenuse.hpp"#include "sxeval/operations/NaturalLogarithm.hpp"#include "sxeval/operations/Logarithm.hpp"#include "sxeval/operations/Logarithm10.hpp"#include "sxeval/operations/Logarithm1p.hpp"#include "sxeval/operations/Logarithm2.hpp"#include "sxeval/operations/LogarithmB.hpp"#include "sxeval/operations/Maximum.hpp"#include "sxeval/operations/Minimum.hpp"#include "sxeval/operations/Round.hpp"#include "sxeval/operations/SquareRoot.hpp"#include "sxeval/operations/Truncate.hpp"#include "sxeval/operations/ArcCosine.hpp"#include "sxeval/operations/ArcCosh.hpp"#include "sxeval/operations/ArcSine.hpp"#include "sxeval/operations/ArcSinh.hpp"#include "sxeval/operations/ArcTangent.hpp"#include "sxeval/operations/ArcTangent2.hpp"#include "sxeval/operations/ArcTanh.hpp"#include "sxeval/operations/Cosine.hpp"#include "sxeval/operations/Cosh.hpp"#include "sxeval/operations/Sine.hpp"#include "sxeval/operations/Sinh.hpp"#include "sxeval/operations/Tangent.hpp"#include "sxeval/operations/Tanh.hpp"#include "sxeval/operations/DegreesToRadians.hpp"#include "sxeval/operations/RadiansToDegrees.hpp"#include "sxeval/operations/DegreesToGradians.hpp"#include "sxeval/operations/GradiansToDegrees.hpp"#include <memory>#include <unordered_map>#include <string>#include <stdexcept>#include <functional>#include <sstream>Go to the source code of this file.
Classes | |
| class | sxeval::operations::OperationsFactory< T > |
| The OperationsFactory class is used to manage operations. More... | |
Namespaces | |
| namespace | sxeval |
| namespace | sxeval::operations |