CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Base>
void CppAD::player< Base >::get ( recorder< Base > &  rec) [inline]

Moving an operation sequence from a recorder to a player.

Parameters:
recthe object that was used to record the operation sequence. After this operation, the state of the recording is no longer defined. For example, the pod_vector member variables in this have been swapped with rec .

Definition at line 88 of file player.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines