CoDiPack  3.0.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::StatementEvaluatorInnerTapeInterface Struct Reference

Tape side interface for StatementEvaluatorInterface. More...

#include <statementEvaluatorTapeInterface.hpp>

Inheritance diagram for codi::StatementEvaluatorInnerTapeInterface:

Classes

struct  StatementCallGenerator
 This structure is accessed by the StatementEvaluatorInterface. More...
 

Detailed Description

Tape side interface for StatementEvaluatorInterface.

See StatementEvaluatorInterface for a full description.

The evaluateInner methods need to be stored by the StatementEvaluatorInterface. These methods perform the Call expression specific function logic.

The evaluateFull functions are called by the StatementEvaluatorInterface on a call function call. This performs the step Load expression specific data in an inline context. inner is the stored function pointer in the handle.


The documentation for this struct was generated from the following file: