|
GiNaC
1.6.2
|
#include <ex.h>
Public Member Functions | |
| pointer_to_map_function_1arg (ex x(const ex &, T1), T1 a1) | |
| ex | operator() (const ex &e) |
Protected Attributes | |
| ex(* | ptr )(const ex &, T1) |
| T1 | arg1 |
| GiNaC::pointer_to_map_function_1arg< T1 >::pointer_to_map_function_1arg | ( | ex | xconst ex &, T1, |
| T1 | a1 | ||
| ) | [inline, explicit] |
| ex GiNaC::pointer_to_map_function_1arg< T1 >::operator() | ( | const ex & | e | ) | [inline, virtual] |
Implements GiNaC::map_function.
Definition at line 848 of file ex.h.
References GiNaC::pointer_to_map_function_1arg< T1 >::arg1, and GiNaC::pointer_to_map_function_1arg< T1 >::ptr.
ex(* GiNaC::pointer_to_map_function_1arg< T1 >::ptr)(const ex &, T1) [protected] |
Definition at line 844 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_1arg< T1 >::operator()().
T1 GiNaC::pointer_to_map_function_1arg< T1 >::arg1 [protected] |
Definition at line 845 of file ex.h.
Referenced by GiNaC::pointer_to_map_function_1arg< T1 >::operator()().