|
GiNaC 1.8.9
|
print_functor handler for pointer-to-functions of class T, context type C More...
#include <print.h>
Public Types | |
| typedef void(* | F) (const T &, const C &, unsigned) |
Public Member Functions | |
| print_ptrfun_handler (F f_) | |
| print_ptrfun_handler * | duplicate () const override |
| void | operator() (const basic &obj, const print_context &c, unsigned level) const override |
Public Member Functions inherited from GiNaC::print_functor_impl | |
| virtual | ~print_functor_impl () |
Private Attributes | |
| F | f |
print_functor handler for pointer-to-functions of class T, context type C
| typedef void(* GiNaC::print_ptrfun_handler< T, C >::F) (const T &, const C &, unsigned) |
|
inline |
|
inlineoverridevirtual |
Implements GiNaC::print_functor_impl.
|
inlineoverridevirtual |
Implements GiNaC::print_functor_impl.
Definition at line 212 of file print.h.
References c, and GiNaC::print_ptrfun_handler< T, C >::f.
|
private |
Definition at line 219 of file print.h.
Referenced by GiNaC::print_ptrfun_handler< T, C >::operator()().