#include <CouExpr.hpp>
Public Member Functions | |
CouExpr (expression *e) | |
CouExpr (const CouExpr &e) | |
CouExpr & | operator= (CouExpr &e) |
expression * | Expression () const |
Private Attributes | |
expression * | expr_ |
Definition at line 12 of file CouExpr.hpp.
CouExpr::CouExpr | ( | expression * | e | ) | [inline] |
Definition at line 20 of file CouExpr.hpp.
CouExpr::CouExpr | ( | const CouExpr & | e | ) | [inline] |
expression* CouExpr::Expression | ( | ) | const [inline] |
expression* CouExpr::expr_ [private] |