#include <xtl_op_impl.h>
Inheritance diagram for xtl_op_base_binary:

Left_exprT Right_exprT
Definition at line 181 of file xtl_op_impl.h.
Public Member Functions | |
| xtl_op_base_binary (Left_exprT const &lhs_expr_, Right_exprT const &rhs_expr_) | |
| Constructs and initializes the object. | |
Protected Attributes | |
| Left_exprT | m_expr_lhs |
| Stores left-hand-side grammar expression. | |
| Right_exprT | m_expr_rhs |
| Stores right-hand-side grammar expression. | |
|
||||||||||||
|
Constructs and initializes the object.
Definition at line 213 of file xtl_op_impl.h. |
1.3.9.1