GiNaC 1.8.7
|
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 () |
virtual print_functor_impl * | duplicate () const =0 |
virtual void | operator() (const basic &obj, const print_context &c, unsigned level) const =0 |
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 |
Definition at line 210 of file print.h.
Referenced by GiNaC::print_ptrfun_handler< T, C >::duplicate().
|
inlineoverridevirtual |
Implements GiNaC::print_functor_impl.
Definition at line 211 of file print.h.
References GiNaC::print_ptrfun_handler< T, C >::print_ptrfun_handler().
|
inlineoverridevirtual |
Implements GiNaC::print_functor_impl.
Definition at line 213 of file print.h.
References c, and GiNaC::print_ptrfun_handler< T, C >::f.
|
private |
Definition at line 220 of file print.h.
Referenced by GiNaC::print_ptrfun_handler< T, C >::operator()().