CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
local::ADTape< Base > ** CppAD::AD< Base >::tape_handle ( size_t  thread)
inlinestaticprivate

Handle for the tape for this AD<Base> class and the specific thread.

Template Parameters
Baseis the base type for this AD<Base> class.
Parameters
threadis the thread number; i.e., If this condition is not satisfied, and NDEBUG is not defined, a CPPAD_ASSERT_UNKNOWN is generated.
Returns
is a handle for the AD<Base> class and the specified thread.

Definition at line 105 of file tape_link.hpp.

Referenced by CppAD::parallel_ad().