Public Member Functions | |
| Operator (FunctionSchema schema, OperationCreator op_creator) | |
| Operator (const std::string &schema, OperationCreator op_creator) | |
| Operator (Symbol name, OperationCreator op_creator) | |
| Operator (FunctionSchema schema, Operation op) | |
| Operator (const std::string &schema, Operation op) | |
| bool | matches (const Node *node) const | 
| Operation | getOperation (const Node *node=nullptr) const | 
| const FunctionSchema & | schema () const | 
Definition at line 60 of file operator.h.
 1.8.11