GiNaC  1.6.2
Public Member Functions | Protected Attributes
GiNaC::pointer_to_map_function_1arg< T1 > Class Template Reference

#include <ex.h>

Inheritance diagram for GiNaC::pointer_to_map_function_1arg< T1 >:
GiNaC::map_function

List of all members.

Public Member Functions

 pointer_to_map_function_1arg (ex x(const ex &, T1), T1 a1)
ex operator() (const ex &e)

Protected Attributes

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

Detailed Description

template<class T1>
class GiNaC::pointer_to_map_function_1arg< T1 >

Definition at line 842 of file ex.h.


Constructor & Destructor Documentation

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

Definition at line 847 of file ex.h.


Member Function Documentation

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

Member Data Documentation

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

Definition at line 844 of file ex.h.

Referenced by GiNaC::pointer_to_map_function_1arg< T1 >::operator()().

template<class T1>
T1 GiNaC::pointer_to_map_function_1arg< T1 >::arg1 [protected]

Definition at line 845 of file ex.h.

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