GiNaC  1.6.2
Public Types | Public Member Functions | Private Attributes
GiNaC::print_ptrfun_handler< T, C > Class Template Reference

print_functor handler for pointer-to-functions of class T, context type C More...

#include <print.h>

Inheritance diagram for GiNaC::print_ptrfun_handler< T, C >:
GiNaC::print_functor_impl

List of all members.

Public Types

typedef void(* F )(const T &, const C &, unsigned)

Public Member Functions

 print_ptrfun_handler (F f_)
print_ptrfun_handlerduplicate () const
void operator() (const basic &obj, const print_context &c, unsigned level) const

Private Attributes

F f

Detailed Description

template<class T, class C>
class GiNaC::print_ptrfun_handler< T, C >

print_functor handler for pointer-to-functions of class T, context type C

Definition at line 197 of file print.h.


Member Typedef Documentation

template<class T , class C >
typedef void(* GiNaC::print_ptrfun_handler< T, C >::F)(const T &, const C &, unsigned)

Definition at line 199 of file print.h.


Constructor & Destructor Documentation

template<class T , class C >
GiNaC::print_ptrfun_handler< T, C >::print_ptrfun_handler ( F  f_) [inline]

Definition at line 201 of file print.h.

Referenced by GiNaC::print_ptrfun_handler< T, C >::duplicate().


Member Function Documentation

template<class T , class C >
print_ptrfun_handler* GiNaC::print_ptrfun_handler< T, C >::duplicate ( ) const [inline, virtual]
template<class T , class C >
void GiNaC::print_ptrfun_handler< T, C >::operator() ( const basic obj,
const print_context c,
unsigned  level 
) const [inline, virtual]

Implements GiNaC::print_functor_impl.

Definition at line 204 of file print.h.

References GiNaC::print_ptrfun_handler< T, C >::f.


Member Data Documentation

template<class T , class C >
F GiNaC::print_ptrfun_handler< T, C >::f [private]

Definition at line 211 of file print.h.

Referenced by GiNaC::print_ptrfun_handler< T, C >::operator()().


The documentation for this class was generated from the following file:

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.