CppAD: A C++ Algorithmic Differentiation Package 20110419
template<class Base>
size_t ADTape< Base >::id_ [private]

Unique identifier for this tape.

It is always greater than CPPAD_MAX_NUM_THREADS, and different for every tape (even ones that have been deleted). In addition, id_ % CPPAD_MAX_NUM_THREADS is the thread number for this tape. Set by Independent and effectively const

Definition at line 95 of file ad_tape.hpp.

Referenced by AD< Base >::abort_recording(), AD< Base >::Abs(), discrete< Base >::ad(), CppAD::VecAD_reference< Base >::ADBase(), ADFun< Base >::Dependent(), CppAD::operator*(), AD< Base >::operator*=(), CppAD::operator+(), AD< Base >::operator+=(), CppAD::operator-(), AD< Base >::operator-=(), CppAD::operator/(), AD< Base >::operator/=(), and CppAD::pow().