#include <delayAccessor.hpp>

Public Types | |
| using | Issuer = T_Issuer |
| See DelayAccessor. | |
Public Member Functions | |
| JacobianDelayAccessor (size_t const i, size_t const j, Issuer &data) | |
| Constructor. | |
| operator typename Issuer::T () const | |
| Convert to the underlying type. | |
| template<typename T> | |
| JacobianDelayAccessor & | operator= (T const &v) |
Forwards to data.setLogic(i, j, v). | |
Helper class for the delayed write access of a reference.
This class can be returned instead of a reference when the owner of the reference wants to be informed about write actions to the reference. Each assign call is forwarded to data.setLogic(i,j, v).
| T_Issuer | The issuing class of the delay accessor. |