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

#include <ex.h>

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

List of all members.

Public Member Functions

 pointer_to_map_function_3args (ex x(const ex &, T1, T2, T3), T1 a1, T2 a2, T3 a3)
ex operator() (const ex &e)

Protected Attributes

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

Detailed Description

template<class T1, class T2, class T3>
class GiNaC::pointer_to_map_function_3args< T1, T2, T3 >

Definition at line 863 of file ex.h.


Constructor & Destructor Documentation

template<class T1 , class T2 , class T3 >
GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::pointer_to_map_function_3args ( ex   xconst ex &, T1, T2, T3,
T1  a1,
T2  a2,
T3  a3 
) [inline, explicit]

Definition at line 870 of file ex.h.


Member Function Documentation

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

Member Data Documentation

template<class T1 , class T2 , class T3 >
ex(* GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::ptr)(const ex &, T1, T2, T3) [protected]
template<class T1 , class T2 , class T3 >
T1 GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::arg1 [protected]
template<class T1 , class T2 , class T3 >
T2 GiNaC::pointer_to_map_function_3args< T1, T2, T3 >::arg2 [protected]
template<class T1 , class T2 , class T3 >
T3 GiNaC::pointer_to_map_function_3args< 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.