Base Framework
|
This is the complete list of members for ExpressionEvaluator::UnaryOperator, including all inherited members.
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 |
UnaryOperator(unsigned int id, unsigned int precedence, Glue glue, bool popable) noexcept (defined in ExpressionEvaluator::UnaryOperator) | ExpressionEvaluator::UnaryOperator | inline |