GiNaC  1.6.2
Public Member Functions | Protected Attributes
GiNaC::pointer_to_map_function Class Reference

#include <ex.h>

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

List of all members.

Public Member Functions

 pointer_to_map_function (ex x(const ex &))
ex operator() (const ex &e)

Protected Attributes

ex(* ptr )(const ex &)

Detailed Description

Definition at line 833 of file ex.h.


Constructor & Destructor Documentation

GiNaC::pointer_to_map_function::pointer_to_map_function ( ex   xconst ex &) [inline, explicit]

Definition at line 837 of file ex.h.


Member Function Documentation

ex GiNaC::pointer_to_map_function::operator() ( const ex e) [inline, virtual]

Implements GiNaC::map_function.

Definition at line 838 of file ex.h.

References ptr.


Member Data Documentation

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

Definition at line 835 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.