CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CppAD::local::sparse_list::pair_size_t Struct Reference

type used for each entry in a singly linked list. More...

Public Attributes

size_t next
 This is the data index of the next entry in the list. If there are no more entries in the list, this value is zero. (The first entry in data_ is not used.) More...
 
size_t value
 For the first entry in each list, this is the reference count. For the other entries in the list this is an element of the set. More...
 

Detailed Description

type used for each entry in a singly linked list.

Definition at line 40 of file sparse_list.hpp.


The documentation for this struct was generated from the following file: