GiNaC 1.8.7
Public Member Functions | Protected Attributes | List of all members
GiNaC::pointer_to_map_function Class Reference

#include <ex.h>

Inheritance diagram for GiNaC::pointer_to_map_function:
GiNaC::map_function

Public Member Functions

 pointer_to_map_function (ex x(const ex &))
 
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(* ptr )(const ex &)
 

Additional Inherited Members

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

Detailed Description

Definition at line 857 of file ex.h.

Constructor & Destructor Documentation

◆ pointer_to_map_function()

GiNaC::pointer_to_map_function::pointer_to_map_function ( ex   xconst ex &)
inlineexplicit

Definition at line 861 of file ex.h.

Member Function Documentation

◆ operator()()

ex GiNaC::pointer_to_map_function::operator() ( const ex e)
inlineoverridevirtual

Implements GiNaC::map_function.

Definition at line 862 of file ex.h.

References ptr.

Member Data Documentation

◆ ptr

ex(* GiNaC::pointer_to_map_function::ptr) (const ex &)
protected

Definition at line 859 of file ex.h.

Referenced by 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.