#include <Function.h>
Public Member Functions | |
template<typename F > | |
Function (const F &f) | |
double | operator() (typename X1::type x1, typename X2::type x2, typename X3::type x3) const |
std::ostream & | print (std::ostream &cout) const |
Private Attributes | |
Expression | _f |
Definition at line 12 of file Function.h.
|
inline |
Definition at line 14 of file Function.h.
|
inline |
|
inline |
Definition at line 20 of file Function.h.
References funct::Function< X1, X2, X3 >::_f, and funct::Expression::print().
|
private |
Definition at line 22 of file Function.h.
Referenced by funct::Function< X1, X2, X3 >::operator()(), funct::Function< X1, X2, null_var >::operator()(), funct::Function< X1, null_var, null_var >::operator()(), funct::Function< X1, X2, X3 >::print(), funct::Function< X1, X2, null_var >::print(), and funct::Function< X1, null_var, null_var >::print().