Inheritance diagram for BinaryOp:
Public Types | |
typedef T | lhs_node_type |
typedef U | rhs_node_type |
Public Member Functions | |
BinaryOp () | |
BinaryOp (const BinaryOp &b) | |
BinaryOp (const T &lhs, const U &rhs) | |
T & | lhs () |
const T & | lhs () const |
U & | rhs () |
const U & | rhs () const |
Definition at line 36 of file krat_exp_pattern.hh.