stator
A math, geometry, and utility library
Public Member Functions | List of all members
sym::detail::ExprTokenizer::ParenthesisToken Struct Reference

#include <parser.hpp>

Inheritance diagram for sym::detail::ExprTokenizer::ParenthesisToken:
sym::detail::ExprTokenizer::LeftOperatorBase

Public Member Functions

Expr apply (Expr l, ExprTokenizer &tk) const
 Takes one operand and returns the corresponding Expr. More...
 
int BP () const
 Binding power to the right arguments of the Token. More...
 

Detailed Description

Definition at line 257 of file parser.hpp.

Member Function Documentation

◆ apply()

Expr sym::detail::ExprTokenizer::ParenthesisToken::apply ( Expr  ,
ExprTokenizer  
) const
inlinevirtual

Implements sym::detail::ExprTokenizer::LeftOperatorBase.

Definition at line 258 of file parser.hpp.

◆ BP()

int sym::detail::ExprTokenizer::ParenthesisToken::BP ( ) const
inlinevirtual

Implements sym::detail::ExprTokenizer::LeftOperatorBase.

Definition at line 264 of file parser.hpp.


The documentation for this struct was generated from the following file: