Public Member Functions | Private Attributes | List of all members
Couenne::CouExpr Class Reference

#include <CouExpr.hpp>

Collaboration diagram for Couenne::CouExpr:
Collaboration graph
[legend]

Public Member Functions

 CouExpr (expression *e)
 
 CouExpr (const CouExpr &e)
 
CouExproperator= (CouExpr &e)
 
expressionExpression () const
 

Private Attributes

expressionexpr_
 

Detailed Description

Definition at line 17 of file CouExpr.hpp.

Constructor & Destructor Documentation

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.

Member Function Documentation

CouExpr& Couenne::CouExpr::operator= ( CouExpr e)
inline

Definition at line 32 of file CouExpr.hpp.

expression* Couenne::CouExpr::Expression ( ) const
inline

Definition at line 37 of file CouExpr.hpp.

Member Data Documentation

expression* Couenne::CouExpr::expr_
private

Definition at line 21 of file CouExpr.hpp.


The documentation for this class was generated from the following file: