|
GiNaC
1.6.2
|
#include <ex.h>
Public Member Functions | |
| pointer_to_member_to_map_function (ex(C::*member)(const ex &), C &obj) | |
| ex | operator() (const ex &e) |
Protected Attributes | |
| ex(C::* | ptr )(const ex &) |
| C & | c |
| GiNaC::pointer_to_member_to_map_function< C >::pointer_to_member_to_map_function | ( | ex(C::*)(const ex &) | member, |
| C & | obj | ||
| ) | [inline, explicit] |
| ex GiNaC::pointer_to_member_to_map_function< C >::operator() | ( | const ex & | e | ) | [inline, virtual] |
Implements GiNaC::map_function.
Definition at line 881 of file ex.h.
References GiNaC::pointer_to_member_to_map_function< C >::c.
ex(C::* GiNaC::pointer_to_member_to_map_function< C >::ptr)(const ex &) [protected] |
C& GiNaC::pointer_to_member_to_map_function< C >::c [protected] |
Definition at line 878 of file ex.h.
Referenced by GiNaC::pointer_to_member_to_map_function< C >::operator()().