GiNaC 1.8.7
|
#include <ex.h>
Public Member Functions | |
pointer_to_member_to_map_function_2args (ex(C::*member)(const ex &, T1, T2), C &obj, 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(C::* | ptr )(const ex &, T1, T2) |
C & | c |
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 928 of file ex.h.
References GiNaC::pointer_to_member_to_map_function_2args< C, T1, T2 >::arg1, GiNaC::pointer_to_member_to_map_function_2args< C, T1, T2 >::arg2, and GiNaC::pointer_to_member_to_map_function_2args< C, T1, T2 >::c.
|
protected |
|
protected |
Definition at line 923 of file ex.h.
Referenced by GiNaC::pointer_to_member_to_map_function_2args< C, T1, T2 >::operator()().
|
protected |
Definition at line 924 of file ex.h.
Referenced by GiNaC::pointer_to_member_to_map_function_2args< C, T1, T2 >::operator()().
|
protected |
Definition at line 925 of file ex.h.
Referenced by GiNaC::pointer_to_member_to_map_function_2args< C, T1, T2 >::operator()().