GiNaC  1.6.2
Public Member Functions | Public Attributes
GiNaC::expand_map_function Struct Reference

Function object to be applied by basic::expand(). More...

Inheritance diagram for GiNaC::expand_map_function:
GiNaC::map_function

List of all members.

Public Member Functions

 expand_map_function (unsigned o)
ex operator() (const ex &e)

Public Attributes

unsigned options

Detailed Description

Function object to be applied by basic::expand().

Definition at line 800 of file basic.cpp.


Constructor & Destructor Documentation

GiNaC::expand_map_function::expand_map_function ( unsigned  o) [inline]

Definition at line 802 of file basic.cpp.


Member Function Documentation

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

Implements GiNaC::map_function.

Definition at line 803 of file basic.cpp.

References GiNaC::ex::expand(), and options.


Member Data Documentation

Definition at line 801 of file basic.cpp.

Referenced by operator()().


The documentation for this struct 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.