GiNaC 1.8.7
|
#include <ex.h>
Public Member Functions | |
pointer_to_map_function_2args (ex x(const ex &, T1, T2), T1 a1, T2 a2) | |
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, T2) |
T1 | arg1 |
T2 | arg2 |
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 883 of file ex.h.
References GiNaC::pointer_to_map_function_2args< T1, T2 >::arg1, GiNaC::pointer_to_map_function_2args< T1, T2 >::arg2, and GiNaC::pointer_to_map_function_2args< T1, T2 >::ptr.
|
protected |
Definition at line 878 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_2args< T1, T2 >::operator()().
|
protected |
Definition at line 879 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_2args< T1, T2 >::operator()().
|
protected |
Definition at line 880 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_2args< T1, T2 >::operator()().