GiNaC  1.6.2
Public Member Functions | Protected Attributes
GiNaC::pointer_to_member_to_map_function_3args< C, T1, T2, T3 > Class Template Reference

#include <ex.h>

Inheritance diagram for GiNaC::pointer_to_member_to_map_function_3args< C, T1, T2, T3 >:
GiNaC::map_function

List of all members.

Public Member Functions

 pointer_to_member_to_map_function_3args (ex(C::*member)(const ex &, T1, T2, T3), C &obj, T1 a1, T2 a2, T3 a3)
ex operator() (const ex &e)

Protected Attributes

ex(C::* ptr )(const ex &, T1, T2, T3)
C & c
T1 arg1
T2 arg2
T3 arg3

Detailed Description

template<class C, class T1, class T2, class T3>
class GiNaC::pointer_to_member_to_map_function_3args< C, T1, T2, T3 >

Definition at line 908 of file ex.h.


Constructor & Destructor Documentation

template<class C , class T1 , class T2 , class T3 >
GiNaC::pointer_to_member_to_map_function_3args< C, T1, T2, T3 >::pointer_to_member_to_map_function_3args ( ex(C::*)(const ex &, T1, T2, T3)  member,
C &  obj,
T1  a1,
T2  a2,
T3  a3 
) [inline, explicit]

Definition at line 916 of file ex.h.


Member Function Documentation

template<class C , class T1 , class T2 , class T3 >
ex GiNaC::pointer_to_member_to_map_function_3args< C, T1, T2, T3 >::operator() ( const ex e) [inline, virtual]

Member Data Documentation

template<class C , class T1 , class T2 , class T3 >
ex(C::* GiNaC::pointer_to_member_to_map_function_3args< C, T1, T2, T3 >::ptr)(const ex &, T1, T2, T3) [protected]

Definition at line 910 of file ex.h.

template<class C , class T1 , class T2 , class T3 >
C& GiNaC::pointer_to_member_to_map_function_3args< C, T1, T2, T3 >::c [protected]
template<class C , class T1 , class T2 , class T3 >
T1 GiNaC::pointer_to_member_to_map_function_3args< C, T1, T2, T3 >::arg1 [protected]
template<class C , class T1 , class T2 , class T3 >
T2 GiNaC::pointer_to_member_to_map_function_3args< C, T1, T2, T3 >::arg2 [protected]
template<class C , class T1 , class T2 , class T3 >
T3 GiNaC::pointer_to_member_to_map_function_3args< C, T1, T2, T3 >::arg3 [protected]

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.