GiNaC 1.8.7
|
#include <ex.h>
Public Member Functions | |
pointer_to_map_function_1arg (ex x(const ex &, T1), T1 a1) | |
ex | operator() (const ex &e) override |
Public Member Functions inherited from GiNaC::map_function | |
virtual | ~map_function () |
virtual ex | operator() (const ex &e)=0 |
Protected Attributes | |
ex(* | ptr )(const ex &, T1) |
T1 | arg1 |
Additional Inherited Members | |
Public Types inherited from GiNaC::map_function | |
typedef const ex & | argument_type |
typedef ex | result_type |
|
inlineexplicit |
|
inlineoverridevirtual |
Implements GiNaC::map_function.
Definition at line 872 of file ex.h.
References GiNaC::pointer_to_map_function_1arg< T1 >::arg1, and GiNaC::pointer_to_map_function_1arg< T1 >::ptr.
|
protected |
Definition at line 868 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_1arg< T1 >::operator()().
|
protected |
Definition at line 869 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_1arg< T1 >::operator()().