GiNaC 1.8.7
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

Public Member Functions

 expand_map_function (unsigned o)
ex operator() (const ex &e) override
Public Member Functions inherited from GiNaC::map_function
virtual ~map_function ()

Public Attributes

unsigned options

Additional Inherited Members

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

Detailed Description

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

Definition at line 788 of file basic.cpp.

Constructor & Destructor Documentation

◆ expand_map_function()

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

Definition at line 790 of file basic.cpp.

References options.

Member Function Documentation

◆ operator()()

ex GiNaC::expand_map_function::operator() ( const ex & e)
inlineoverridevirtual

Implements GiNaC::map_function.

Definition at line 791 of file basic.cpp.

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

Member Data Documentation

◆ options

unsigned GiNaC::expand_map_function::options

Definition at line 789 of file basic.cpp.

Referenced by expand_map_function(), and 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.