#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 17 of file CouExpr.hpp.
Couenne::CouExpr::CouExpr | ( | expression * | e | ) | [inline] |
Definition at line 25 of file CouExpr.hpp.
Couenne::CouExpr::CouExpr | ( | const CouExpr & | e | ) | [inline] |
Definition at line 28 of file CouExpr.hpp.
References expr_.
Definition at line 32 of file CouExpr.hpp.
References expr_.
expression* Couenne::CouExpr::Expression | ( | ) | const [inline] |
Definition at line 37 of file CouExpr.hpp.
References expr_.
expression* Couenne::CouExpr::expr_ [private] |
Definition at line 21 of file CouExpr.hpp.
Referenced by CouExpr(), Expression(), and operator=().