#include <Expression.h>
Public Member Functions | |
FunctExpression () | |
template<typename F > | |
FunctExpression (const F &f) | |
FunctExpression (const FunctExpression &e) | |
double | operator() (double x) const |
FunctExpression & | operator= (const FunctExpression &e) |
Private Attributes | |
std::unique_ptr< AbsFunctExpression > | _f |
Definition at line 66 of file Expression.h.
|
inline |
Definition at line 67 of file Expression.h.
|
inline |
Definition at line 69 of file Expression.h.
|
inline |
Definition at line 70 of file Expression.h.
|
inline |
Definition at line 75 of file Expression.h.
|
inline |
|
private |
Definition at line 78 of file Expression.h.
Referenced by operator()(), and operator=().