Data required for all possible handle calls. More...
#include <directStatementEvaluator.hpp>
Public Types | |
using | Handle = void* |
Function pointer. | |
Public Member Functions | |
PrimalTapeStatementFunctions (Handle forward, Handle primal, Handle reverse) | |
Constructor. | |
Public Attributes | |
Handle | forward |
Forward function handle. | |
Handle | primal |
Primal function handle. | |
Handle | reverse |
Reverse function handle. | |
Data required for all possible handle calls.