GiNaC 1.8.7
|
#include <ex.h>
Public Member Functions | |
pointer_to_member_to_map_function (ex(C::*member)(const ex &), C &obj) | |
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 &) |
C & | c |
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 905 of file ex.h.
References GiNaC::pointer_to_member_to_map_function< C >::c.
|
protected |
|
protected |
Definition at line 902 of file ex.h.
Referenced by GiNaC::pointer_to_member_to_map_function< C >::operator()().