GiNaC 1.8.7
GiNaC::pointer_to_member_to_map_function< C > Class Template Reference

#include <ex.h>

Inheritance diagram for GiNaC::pointer_to_member_to_map_function< C >:
GiNaC::map_function

Public Member Functions

 pointer_to_member_to_map_function (ex(C::*member)(const ex &), C &obj)
ex operator() (const ex &e) override
Public Member Functions inherited from GiNaC::map_function
virtual ~map_function ()

Protected Attributes

ex(C::* ptr )(const ex &)
C & c

Additional Inherited Members

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

Detailed Description

template<class C>
class GiNaC::pointer_to_member_to_map_function< C >

Definition at line 899 of file ex.h.

Constructor & Destructor Documentation

◆ pointer_to_member_to_map_function()

template<class C>
GiNaC::pointer_to_member_to_map_function< C >::pointer_to_member_to_map_function ( ex(C::* member )(const ex &),
C & obj )
inlineexplicit

Definition at line 904 of file ex.h.

References c, and ptr.

Member Function Documentation

◆ operator()()

template<class C>
ex GiNaC::pointer_to_member_to_map_function< C >::operator() ( const ex & e)
inlineoverridevirtual

Implements GiNaC::map_function.

Definition at line 905 of file ex.h.

References c, and ptr.

Member Data Documentation

◆ ptr

template<class C>
ex(C::* GiNaC::pointer_to_member_to_map_function< C >::ptr) (const ex &)
protected

Definition at line 901 of file ex.h.

Referenced by operator()(), and pointer_to_member_to_map_function().

◆ c

template<class C>
C& GiNaC::pointer_to_member_to_map_function< C >::c
protected

Definition at line 902 of file ex.h.

Referenced by operator()(), and pointer_to_member_to_map_function().


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.