Base Framework
|
This is the complete list of members for ExpressionEvaluator::Function, including all inherited members.
Function(unsigned int id, unsigned int arguments) noexcept (defined in ExpressionEvaluator::Function) | ExpressionEvaluator::Function | inline |
getArguments() const noexcept (defined in ExpressionEvaluator::Operation) | ExpressionEvaluator::Operation | inline |
getGlue() const noexcept (defined in ExpressionEvaluator::Operation) | ExpressionEvaluator::Operation | inline |
getId() const noexcept (defined in ExpressionEvaluator::Operation) | ExpressionEvaluator::Operation | inline |
getPrecedence() const noexcept (defined in ExpressionEvaluator::Operation) | ExpressionEvaluator::Operation | inline |
isBuiltin() const noexcept (defined in ExpressionEvaluator::Operation) | ExpressionEvaluator::Operation | inline |
isFunction() const noexcept (defined in ExpressionEvaluator::Operation) | ExpressionEvaluator::Operation | inline |
isPopable() const noexcept (defined in ExpressionEvaluator::Operation) | ExpressionEvaluator::Operation | inline |
Operation(unsigned int _id, unsigned int _arguments, unsigned int _precedence, Glue _glue, bool _builtin, bool _popable, bool _function) noexcept (defined in ExpressionEvaluator::Operation) | ExpressionEvaluator::Operation | inline |