This header file is part of module ALib Expressions of the ALib C++ Library.
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file calculus.hpp.
#include "alib/expressions/compilerplugin.hpp"
Go to the source code of this file.
Classes | |
struct | Calculus::AutoCastEntry |
An entry of the field AutoCasts. Defines auto-casts for custom types. More... | |
struct | Calculus::BinOpOptKey |
Key type for operator hash maps Operators and OperatorAliases. More... | |
struct | Calculus |
struct | Calculus::ConstantIdentifierEntry |
struct | Calculus::OperatorKey::EqualTo |
Equality functor for operator hash map. More... | |
struct | Calculus::BinOpOptKey::EqualTo |
Equality functor for operator hash map. More... | |
struct | Calculus::FunctionEntry |
struct | Calculus::OperatorKey::Hash |
Hash functor for operator hash map. More... | |
struct | Calculus::BinOpOptKey::Hash |
Hash functor for operator hash map. More... | |
struct | Calculus::OperatorKey |
Key type for operator hash maps Operators and OperatorAliases. More... | |
Namespaces | |
namespace | alib |
namespace | alib::expressions |
namespace | alib::expressions::plugins |
Macros | |
ALib Module Expressions | |
The macros in this section are introduced by module ALib Expressions. | |
#define | CALCULUS_CALLBACK(func) |
#define | CALCULUS_DEFAULT_AUTOCAST nullptr, nullptr |
#define | CALCULUS_SIGNATURE(BoxPointerArray) |
Typedefs | |
using | Calculus = expressions::plugins::Calculus |
Type alias in namespace alib. | |