GiNaC  1.6.2
Public Member Functions | Protected Attributes
GiNaC::pointer_to_member_to_map_function< C > Class Template Reference

#include <ex.h>

Inheritance diagram for GiNaC::pointer_to_member_to_map_function< C >:
GiNaC::map_function

List of all members.

Public Member Functions

 pointer_to_member_to_map_function (ex(C::*member)(const ex &), C &obj)
ex operator() (const ex &e)

Protected Attributes

ex(C::* ptr )(const ex &)
C & c

Detailed Description

template<class C>
class GiNaC::pointer_to_member_to_map_function< C >

Definition at line 875 of file ex.h.


Constructor & Destructor Documentation

template<class C >
GiNaC::pointer_to_member_to_map_function< C >::pointer_to_member_to_map_function ( ex(C::*)(const ex &)  member,
C &  obj 
) [inline, explicit]

Definition at line 880 of file ex.h.


Member Function Documentation

template<class C >
ex GiNaC::pointer_to_member_to_map_function< C >::operator() ( const ex e) [inline, virtual]

Implements GiNaC::map_function.

Definition at line 881 of file ex.h.

References GiNaC::pointer_to_member_to_map_function< C >::c.


Member Data Documentation

template<class C >
ex(C::* GiNaC::pointer_to_member_to_map_function< C >::ptr)(const ex &) [protected]

Definition at line 877 of file ex.h.

template<class C >
C& GiNaC::pointer_to_member_to_map_function< C >::c [protected]

Definition at line 878 of file ex.h.

Referenced by GiNaC::pointer_to_member_to_map_function< 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.