CppAD: A C++ Algorithmic Differentiation Package 20110419
template<class Base >
size_t recorder< Base >::PutTxt ( const char *  text) [inline]

Put a character string in the text for this recording.

Parameters:
textis a '\0' terminated character string that is to be put in the vector of characters corresponding to this recording. The terminator '\0' will be included.
Returns:
is the offset with in the text vector for this recording at which the character string starts.

Definition at line 566 of file recorder.hpp.