|
stator
A math, geometry, and utility library
|
#include <parser.hpp>
Public Member Functions | |
| virtual Expr | apply (Expr, ExprTokenizer &) const |
| Takes left operand and returns the corresponding Expr, fetching the right operands from the tokenizer. More... | |
| virtual int | LBP () const |
| Left binding power (Precedence of this operator) More... | |
| int | NBP () const |
| Next binding power (highest precedence of the operator that this operator can be a left operand of) More... | |
Definition at line 250 of file parser.hpp.
|
inlinevirtual |
Implements sym::detail::ExprTokenizer::RightOperatorBase.
Definition at line 251 of file parser.hpp.
|
inlinevirtual |
Implements sym::detail::ExprTokenizer::RightOperatorBase.
Definition at line 253 of file parser.hpp.
|
inlinevirtual |
Implements sym::detail::ExprTokenizer::RightOperatorBase.
Definition at line 254 of file parser.hpp.
1.8.13