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

#include <ex.h>

Inheritance diagram for GiNaC::pointer_to_member_to_map_function_1arg< C, T1 >:
GiNaC::map_function

List of all members.

Public Member Functions

 pointer_to_member_to_map_function_1arg (ex(C::*member)(const ex &, T1), C &obj, T1 a1)
ex operator() (const ex &e)

Protected Attributes

ex(C::* ptr )(const ex &, T1)
C & c
T1 arg1

Detailed Description

template<class C, class T1>
class GiNaC::pointer_to_member_to_map_function_1arg< C, T1 >

Definition at line 885 of file ex.h.


Constructor & Destructor Documentation

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

Definition at line 891 of file ex.h.


Member Function Documentation

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

Member Data Documentation

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

Definition at line 887 of file ex.h.

template<class C , class T1 >
C& GiNaC::pointer_to_member_to_map_function_1arg< C, T1 >::c [protected]
template<class C , class T1 >
T1 GiNaC::pointer_to_member_to_map_function_1arg< C, T1 >::arg1 [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.