|
GiNaC
1.6.2
|
#include <ex.h>
Public Member Functions | |
| pointer_to_map_function_3args (ex x(const ex &, T1, T2, T3), T1 a1, T2 a2, T3 a3) | |
| ex | operator() (const ex &e) |
Protected Attributes | |
| ex(* | ptr )(const ex &, T1, T2, T3) |
| T1 | arg1 |
| T2 | arg2 |
| T3 | arg3 |
| GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::pointer_to_map_function_3args | ( | ex | xconst ex &, T1, T2, T3, |
| T1 | a1, | ||
| T2 | a2, | ||
| T3 | a3 | ||
| ) | [inline, explicit] |
| ex GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::operator() | ( | const ex & | e | ) | [inline, virtual] |
Implements GiNaC::map_function.
Definition at line 871 of file ex.h.
References GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::arg1, GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::arg2, GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::arg3, and GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::ptr.
ex(* GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::ptr)(const ex &, T1, T2, T3) [protected] |
Definition at line 865 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::operator()().
T1 GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::arg1 [protected] |
Definition at line 866 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::operator()().
T2 GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::arg2 [protected] |
Definition at line 867 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::operator()().
T3 GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::arg3 [protected] |
Definition at line 868 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::operator()().