CoDiPack  2.2.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::EventSystemBase< T_Tape > Member List

This is the complete list of members for codi::EventSystemBase< T_Tape >, including all inherited members.

Callback typedefcodi::EventSystemBase< T_Tape >protected
deregisterListener(Handle const &handle)codi::EventSystemBase< T_Tape >inlinestatic
Event enum namecodi::EventSystemBase< T_Tape >protected
EventListenerMap typedefcodi::EventSystemBase< T_Tape >protected
getListeners()codi::EventSystemBase< T_Tape >inlineprotectedstatic
Handle typedefcodi::EventSystemBase< T_Tape >
Identifier typedefcodi::EventSystemBase< T_Tape >
internalNotifyListeners(bool const enabled, Event event, Args &&... args)codi::EventSystemBase< T_Tape >inlineprotectedstatic
internalRegisterListener(bool const enabled, Event event, TypedCallback callback, void *customData)codi::EventSystemBase< T_Tape >inlineprotectedstatic
notifyStatementPrimalListeners(Tape &tape, Real const &lhsValue, Identifier const &lhsIdentifier, Real const &newValue, EventHints::Statement statement)codi::EventSystemBase< T_Tape >inlinestatic
notifyStatementPrimalListeners(Tape &&tape, Real const &lhsValue, Identifier const &lhsIdentifier, Real const &newValue, EventHints::Statement statement)codi::EventSystemBase< T_Tape >inlinestatic
Real typedefcodi::EventSystemBase< T_Tape >
registerStatementPrimalListener(void(*callback)(Tape &, Real const &, Identifier const &, Real const &, EventHints::Statement, void *), void *customData=nullptr)codi::EventSystemBase< T_Tape >inlinestatic
Tape typedefcodi::EventSystemBase< T_Tape >