GiNaC 1.8.7
Public Member Functions | Protected Attributes | List of all members
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

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) override
 
- Public Member Functions inherited from GiNaC::map_function
virtual ~map_function ()
 
virtual ex operator() (const ex &e)=0
 

Protected Attributes

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

Additional Inherited Members

- Public Types inherited from GiNaC::map_function
typedef const exargument_type
 
typedef ex result_type
 

Detailed Description

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

Definition at line 909 of file ex.h.

Constructor & Destructor Documentation

◆ pointer_to_member_to_map_function_1arg()

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 
)
inlineexplicit

Definition at line 915 of file ex.h.

Member Function Documentation

◆ operator()()

template<class C , class T1 >
ex GiNaC::pointer_to_member_to_map_function_1arg< C, T1 >::operator() ( const ex e)
inlineoverridevirtual

Member Data Documentation

◆ ptr

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 911 of file ex.h.

◆ c

template<class C , class T1 >
C& GiNaC::pointer_to_member_to_map_function_1arg< C, T1 >::c
protected

◆ arg1

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.