CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base>
virtual void CppAD::atomic_base< Base >::set_old ( size_t  id)
inlinevirtualinherited

Set value of id (used by deprecated old_atomic class)

This function is called just before calling any of the virtual function and has the corresponding id of the corresponding virtual call.

Reimplemented in CppAD::old_atomic< Base >.

Definition at line 2418 of file atomic_base.hpp.

Referenced by CppAD::local::for_hes_sweep(), CppAD::local::for_jac_sweep(), CppAD::local::forward0sweep(), CppAD::local::forward1sweep(), CppAD::local::forward2sweep(), CppAD::local::optimize::get_opt_op_info(), CppAD::atomic_base< double >::operator()(), CppAD::local::rev_hes_sweep(), CppAD::local::rev_jac_sweep(), and CppAD::local::reverse_sweep().