CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
size_t CppAD::local::sparse_list::get_data_index ( void  )
inlineprivate

get a new data_ element for use.

number_not_used_
if this is non-zero, it is decremented by one.
data_not_used_
if this list is non-empty, one element is removed from it.
Returns
is the index in data_ of the new element.

Definition at line 224 of file sparse_list.hpp.

Referenced by add_element(), assignment(), binary_intersection(), binary_union(), and post_element().