|
GiNaC 1.8.9
|
#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 () |
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 884 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 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()().
|
protected |
Definition at line 881 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_2args< T1, T2 >::operator()().