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

#include <ex.h>

Inheritance diagram for GiNaC::pointer_to_map_function_2args< T1, T2 >:
GiNaC::map_function

List of all members.

Public Member Functions

 pointer_to_map_function_2args (ex x(const ex &, T1, T2), T1 a1, T2 a2)
ex operator() (const ex &e)

Protected Attributes

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

Detailed Description

template<class T1, class T2>
class GiNaC::pointer_to_map_function_2args< T1, T2 >

Definition at line 852 of file ex.h.


Constructor & Destructor Documentation

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

Definition at line 858 of file ex.h.


Member Function Documentation

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

Member Data Documentation

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

Definition at line 854 of file ex.h.

Referenced by GiNaC::pointer_to_map_function_2args< T1, T2 >::operator()().

template<class T1 , class T2 >
T1 GiNaC::pointer_to_map_function_2args< T1, T2 >::arg1 [protected]

Definition at line 855 of file ex.h.

Referenced by GiNaC::pointer_to_map_function_2args< T1, T2 >::operator()().

template<class T1 , class T2 >
T2 GiNaC::pointer_to_map_function_2args< T1, T2 >::arg2 [protected]

Definition at line 856 of file ex.h.

Referenced by GiNaC::pointer_to_map_function_2args< T1, T2 >::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.