|
GiNaC
1.6.2
|
print_functor handler for member functions of class T, context type C More...
#include <print.h>
Public Types | |
| typedef void(T::* | F )(const C &c, unsigned level) const |
Public Member Functions | |
| print_memfun_handler (F f_) | |
| print_memfun_handler * | duplicate () const |
| void | operator() (const basic &obj, const print_context &c, unsigned level) const |
Private Attributes | |
| F | f |
print_functor handler for member functions of class T, context type C
| typedef void(T::* GiNaC::print_memfun_handler< T, C >::F)(const C &c, unsigned level) const |
| GiNaC::print_memfun_handler< T, C >::print_memfun_handler | ( | F | f_ | ) | [inline] |
Definition at line 220 of file print.h.
Referenced by GiNaC::print_memfun_handler< T, C >::duplicate().
| print_memfun_handler* GiNaC::print_memfun_handler< T, C >::duplicate | ( | ) | const [inline, virtual] |
Implements GiNaC::print_functor_impl.
Definition at line 221 of file print.h.
References GiNaC::print_memfun_handler< T, C >::print_memfun_handler().
| void GiNaC::print_memfun_handler< T, C >::operator() | ( | const basic & | obj, |
| const print_context & | c, | ||
| unsigned | level | ||
| ) | const [inline, virtual] |
Implements GiNaC::print_functor_impl.
Definition at line 223 of file print.h.
References c, and GiNaC::print_memfun_handler< T, C >::f.
F GiNaC::print_memfun_handler< T, C >::f [private] |
Definition at line 230 of file print.h.
Referenced by GiNaC::print_memfun_handler< T, C >::operator()().