CppAD: A C++ Algorithmic Differentiation Package  20130102
template<class Base >
ADTape< Base > ** AD< Base >::tape_handle ( size_t  thread) [inline, static, private]

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 108 of file tape_link.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines