CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Base >
size_t CppAD::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 541 of file recorder.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines