|
ContRap-Core
|
Class Operator defines the properties of an operator. More...
#include <parser.h>
Public Types | |
| enum | Notation { PREFIX, INFIX, POSTFIX, PREFIX_INFIX } |
Enumerates operator input form. More... | |
Data Fields | |
| std::string | name |
| String representation. | |
| std::string | symbol |
| Operator symbol. | |
| Notation | notation |
| Operator notation type. | |
| int | precedence |
| Precedence of the operator. | |
| std::string crp::Operator::name |
String representation.
Operator notation type.
Precedence of the operator.
| std::string crp::Operator::symbol |
Operator symbol.
1.7.3